Html Css Color HEX #99D2FE Columbia Blue

📋 copy color: '#99D2FE'

red 153 ◦ green 210 ◦ blue 254

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

Shades of Columbia Blue #99D2FE

Tints of Columbia Blue #99D2FE

RGB

 RED value IS 153 (60.16% from 255) = 24.8%

 GREEN value IS 210 (82.42% from 255) = 34.04%

 BLUE value IS 254 (99.61% from 255) = 41.17%

R = 24.8%
G = 34.04%
B = 41.17%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#99D2FE (or 0x99D2FE) is known color: Columbia Blue. HEX triplet: 99, D2 and FE. RGB value is (153,210,254). Sum of RGB (Red+Green+Blue) = 153+210+254=617 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.80% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #99D2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D2FE is #662D01. Grayscale: #C5C5C5. Windows color (decimal): -6696194 or 16700057. OLE color: 16700057.

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

Color convert

RGB 153 210 254 -
CMYK 0.40 0.17 0 0.00
HSL 206.14º 0.98% 0.8% -
HSV(B) 206.14º 0.4% 1% -
XYZ 54.07 60.02 102.5 -
YUV 197.97 159.62 95.92 -
System Red Green Blue C M Y K H S L
Decimal 153 210 254 0.40 0.17 0 0.00 206.14 0.98 0.8
Hex 99 D2 FE 28 11 0 0 CE 62 50
Octal 231 322 376 50 21 0 0 316 142 120
Binary 10011001 11010010 11111110 101000 10001 0 0 11001110 1100010 1010000

Color Harmonies of #99D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D2FE

Black with #99D2FE

Text Example


Text Example

White with #99D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D2FE; }

 p { color: rgb(153,210,254); }

 H1.HeaderClassName
 {
   color: #99D2FE;
 }
 .AnyTagClassName
 {
   color: #99D2FE;
 }
</style>

background-color css

<style>
 a { background-color: #99D2FE; }

 a { background-color: rgb(153,210,254); }

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

border-color css

<style>
 span { border-color: #99D2FE; }

 span { border-color: rgb(153,210,254); }

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