Html Css Color HEX #99EBFF Columbia Blue

📋 copy color: '#99EBFF'

red 153 ◦ green 235 ◦ blue 255

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

Shades of Columbia Blue #99EBFF

Tints of Columbia Blue #99EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.55%

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

R = 23.79%
G = 36.55%
B = 39.66%

CMYK

 C value IS 0.4

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#99EBFF (or 0x99EBFF) is known color: Columbia Blue. HEX triplet: 99, EB and FF. RGB value is (153,235,255). Sum of RGB (Red+Green+Blue) = 153+235+255=643 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.79% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #99EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EBFF is #661400. Grayscale: #D4D4D4. Windows color (decimal): -6689793 or 16771993. OLE color: 16771993.

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

Color convert

RGB 153 235 255 -
CMYK 0.4 0.08 0 0
HSL 191.76º 1% 0.8% -
HSV(B) 191.76º 0.4% 1% -
XYZ 60.9 73.41 105.57 -
YUV 212.76 151.83 85.37 -
System Red Green Blue C M Y K H S L
Decimal 153 235 255 0.4 0.08 0 0 191.76 1 0.8
Hex 99 EB FF 28 8 0 0 C0 64 50
Octal 231 353 377 50 10 0 0 300 144 120
Binary 10011001 11101011 11111111 101000 1000 0 0 11000000 1100100 1010000

Color Harmonies of #99EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EBFF

Black with #99EBFF

Text Example


Text Example

White with #99EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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