Html Css Color HEX #99D9FA Columbia Blue

📋 copy color: '#99D9FA'

red 153 ◦ green 217 ◦ blue 250

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

Shades of Columbia Blue #99D9FA

Tints of Columbia Blue #99D9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35%

 BLUE value IS 250 (98.05% from 255) = 40.32%

R = 24.68%
G = 35%
B = 40.32%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99D9FA (or 0x99D9FA) is known color: Columbia Blue. HEX triplet: 99, D9 and FA. RGB value is (153,217,250). Sum of RGB (Red+Green+Blue) = 153+217+250=620 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.68% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #99D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D9FA is #662605. Grayscale: #C9C9C9. Windows color (decimal): -6694406 or 16439705. OLE color: 16439705.

HSL color Cylindrical-coordinate representation of color #99D9FA: hue angle of 200.41º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D9FA is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 217 250 -
CMYK 0.39 0.13 0 0.02
HSL 200.41º 0.91% 0.79% -
HSV(B) 200.41º 0.39% 0.98% -
XYZ 55.21 63.3 99.75 -
YUV 201.63 155.3 93.32 -
System Red Green Blue C M Y K H S L
Decimal 153 217 250 0.39 0.13 0 0.02 200.41 0.91 0.79
Hex 99 D9 FA 27 D 0 2 C8 5B 4F
Octal 231 331 372 47 15 0 2 310 133 117
Binary 10011001 11011001 11111010 100111 1101 0 10 11001000 1011011 1001111

Color Harmonies of #99D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D9FA

Black with #99D9FA

Text Example


Text Example

White with #99D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,217,250); }

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

background-color css

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

 a { background-color: rgb(153,217,250); }

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

border-color css

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

 span { border-color: rgb(153,217,250); }

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