Html Css Color HEX #99D9FC Columbia Blue

📋 copy color: '#99D9FC'

red 153 ◦ green 217 ◦ blue 252

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

Shades of Columbia Blue #99D9FC

Tints of Columbia Blue #99D9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.51%

R = 24.6%
G = 34.89%
B = 40.51%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99D9FC (or 0x99D9FC) is known color: Columbia Blue. HEX triplet: 99, D9 and FC. RGB value is (153,217,252). Sum of RGB (Red+Green+Blue) = 153+217+252=622 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.60% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #99D9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D9FC is #662603. Grayscale: #C9C9C9. Windows color (decimal): -6694404 or 16570777. OLE color: 16570777.

HSL color Cylindrical-coordinate representation of color #99D9FC: hue angle of 201.21º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D9FC is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 217 252 -
CMYK 0.39 0.14 0 0.01
HSL 201.21º 0.94% 0.79% -
HSV(B) 201.21º 0.39% 0.99% -
XYZ 55.52 63.43 101.41 -
YUV 201.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 153 217 252 0.39 0.14 0 0.01 201.21 0.94 0.79
Hex 99 D9 FC 27 E 0 1 C9 5E 4F
Octal 231 331 374 47 16 0 1 311 136 117
Binary 10011001 11011001 11111100 100111 1110 0 1 11001001 1011110 1001111

Color Harmonies of #99D9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D9FC

Black with #99D9FC

Text Example


Text Example

White with #99D9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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