Html Css Color HEX #99CDFF Columbia Blue

📋 copy color: '#99CDFF'

red 153 ◦ green 205 ◦ blue 255

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

Shades of Columbia Blue #99CDFF

Tints of Columbia Blue #99CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.44%

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

R = 24.96%
G = 33.44%
B = 41.6%

CMYK

 C value IS 0.4

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#99CDFF (or 0x99CDFF) is known color: Columbia Blue. HEX triplet: 99, CD and FF. RGB value is (153,205,255). Sum of RGB (Red+Green+Blue) = 153+205+255=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #99CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CDFF is #663200. Grayscale: #C2C2C2. Windows color (decimal): -6697473 or 16764313. OLE color: 16764313.

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

Color convert

RGB 153 205 255 -
CMYK 0.4 0.20 0 0
HSL 209.41º 1% 0.8% -
HSV(B) 209.41º 0.4% 1% -
XYZ 53.02 57.65 102.94 -
YUV 195.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 153 205 255 0.4 0.20 0 0 209.41 1 0.8
Hex 99 CD FF 28 14 0 0 D1 64 50
Octal 231 315 377 50 24 0 0 321 144 120
Binary 10011001 11001101 11111111 101000 10100 0 0 11010001 1100100 1010000

Color Harmonies of #99CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CDFF

Black with #99CDFF

Text Example


Text Example

White with #99CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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