Html Css Color HEX #98DBFF Columbia Blue

📋 copy color: '#98DBFF'

red 152 ◦ green 219 ◦ blue 255

#98DBFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #98DBFF

Tints of Columbia Blue #98DBFF

RGB

 RED value IS 152 (59.77% from 255) = 24.28%

 GREEN value IS 219 (85.94% from 255) = 34.98%

 BLUE value IS 255 (100% from 255) = 40.73%

R = 24.28%
G = 34.98%
B = 40.73%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#98DBFF (or 0x98DBFF) is known color: Columbia Blue. HEX triplet: 98, DB and FF. RGB value is (152,219,255). Sum of RGB (Red+Green+Blue) = 152+219+255=626 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.28% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #98DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DBFF is #672400. Grayscale: #CACACA. Windows color (decimal): -6759425 or 16767896. OLE color: 16767896.

HSL color Cylindrical-coordinate representation of color #98DBFF: hue angle of 200.97º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98DBFF is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 219 255 -
CMYK 0.40 0.14 0 0
HSL 200.97º 1% 0.8% -
HSV(B) 200.97º 0.4% 1% -
XYZ 56.33 64.56 104.1 -
YUV 203.07 157.3 91.57 -
System Red Green Blue C M Y K H S L
Decimal 152 219 255 0.40 0.14 0 0 200.97 1 0.8
Hex 98 DB FF 28 E 0 0 C9 64 50
Octal 230 333 377 50 16 0 0 311 144 120
Binary 10011000 11011011 11111111 101000 1110 0 0 11001001 1100100 1010000

Color Harmonies of #98DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DBFF

Black with #98DBFF

Text Example


Text Example

White with #98DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98DBFF; }

 p { color: rgb(152,219,255); }

 H1.HeaderClassName
 {
   color: #98DBFF;
 }
 .AnyTagClassName
 {
   color: #98DBFF;
 }
</style>

background-color css

<style>
 a { background-color: #98DBFF; }

 a { background-color: rgb(152,219,255); }

 div.DivClassName
 {
   background-color: #98DBFF;
 }
 .BgClassName
 {
   background-color: #98DBFF;
 }
</style>

border-color css

<style>
 span { border-color: #98DBFF; }

 span { border-color: rgb(152,219,255); }

 td.TdClassName
 {
   border-color: #98DBFF;
 }
 .TagClassName
 {
   border-color: #98DBFF;
 }
</style>