Html Css Color HEX #99DCFF Columbia Blue

📋 copy color: '#99DCFF'

red 153 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #99DCFF

Tints of Columbia Blue #99DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.03%

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

R = 24.36%
G = 35.03%
B = 40.61%

CMYK

 C value IS 0.4

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#99DCFF (or 0x99DCFF) is known color: Columbia Blue. HEX triplet: 99, DC and FF. RGB value is (153,220,255). Sum of RGB (Red+Green+Blue) = 153+220+255=628 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.36% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #99DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DCFF is #662300. Grayscale: #CBCBCB. Windows color (decimal): -6693633 or 16768153. OLE color: 16768153.

HSL color Cylindrical-coordinate representation of color #99DCFF: hue angle of 200.59º 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 #99DCFF is Cyan = 0.4, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 220 255 -
CMYK 0.4 0.14 0 0
HSL 200.59º 1% 0.8% -
HSV(B) 200.59º 0.4% 1% -
XYZ 56.78 65.18 104.2 -
YUV 203.96 156.8 91.65 -
System Red Green Blue C M Y K H S L
Decimal 153 220 255 0.4 0.14 0 0 200.59 1 0.8
Hex 99 DC FF 28 E 0 0 C9 64 50
Octal 231 334 377 50 16 0 0 311 144 120
Binary 10011001 11011100 11111111 101000 1110 0 0 11001001 1100100 1010000

Color Harmonies of #99DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCFF

Black with #99DCFF

Text Example


Text Example

White with #99DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,220,255); }

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

background-color css

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

 a { background-color: rgb(153,220,255); }

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

border-color css

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

 span { border-color: rgb(153,220,255); }

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