Html Css Color HEX #99CFFF Columbia Blue

📋 copy color: '#99CFFF'

red 153 ◦ green 207 ◦ blue 255

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

Shades of Columbia Blue #99CFFF

Tints of Columbia Blue #99CFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.66%

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

R = 24.88%
G = 33.66%
B = 41.46%

CMYK

 C value IS 0.4

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#99CFFF (or 0x99CFFF) is known color: Columbia Blue. HEX triplet: 99, CF and FF. RGB value is (153,207,255). Sum of RGB (Red+Green+Blue) = 153+207+255=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #99CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CFFF is #663000. Grayscale: #C4C4C4. Windows color (decimal): -6696961 or 16764825. OLE color: 16764825.

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

Color convert

RGB 153 207 255 -
CMYK 0.4 0.19 0 0
HSL 208.24º 1% 0.8% -
HSV(B) 208.24º 0.4% 1% -
XYZ 53.5 58.62 103.1 -
YUV 196.33 161.11 97.1 -
System Red Green Blue C M Y K H S L
Decimal 153 207 255 0.4 0.19 0 0 208.24 1 0.8
Hex 99 CF FF 28 13 0 0 D0 64 50
Octal 231 317 377 50 23 0 0 320 144 120
Binary 10011001 11001111 11111111 101000 10011 0 0 11010000 1100100 1010000

Color Harmonies of #99CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CFFF

Black with #99CFFF

Text Example


Text Example

White with #99CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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