Html Css Color HEX #99D0FF Columbia Blue

📋 copy color: '#99D0FF'

red 153 ◦ green 208 ◦ blue 255

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

Shades of Columbia Blue #99D0FF

Tints of Columbia Blue #99D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.77%

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

R = 24.84%
G = 33.77%
B = 41.4%

CMYK

 C value IS 0.4

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#99D0FF (or 0x99D0FF) is known color: Columbia Blue. HEX triplet: 99, D0 and FF. RGB value is (153,208,255). Sum of RGB (Red+Green+Blue) = 153+208+255=616 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.84% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #99D0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D0FF is #662F00. Grayscale: #C4C4C4. Windows color (decimal): -6696705 or 16765081. OLE color: 16765081.

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

Color convert

RGB 153 208 255 -
CMYK 0.4 0.18 0 0
HSL 207.65º 1% 0.8% -
HSV(B) 207.65º 0.4% 1% -
XYZ 53.74 59.1 103.18 -
YUV 196.91 160.78 96.68 -
System Red Green Blue C M Y K H S L
Decimal 153 208 255 0.4 0.18 0 0 207.65 1 0.8
Hex 99 D0 FF 28 12 0 0 D0 64 50
Octal 231 320 377 50 22 0 0 320 144 120
Binary 10011001 11010000 11111111 101000 10010 0 0 11010000 1100100 1010000

Color Harmonies of #99D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D0FF

Black with #99D0FF

Text Example


Text Example

White with #99D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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