Html Css Color HEX #99E6FF Columbia Blue

📋 copy color: '#99E6FF'

red 153 ◦ green 230 ◦ blue 255

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

Shades of Columbia Blue #99E6FF

Tints of Columbia Blue #99E6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.05%

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

R = 23.98%
G = 36.05%
B = 39.97%

CMYK

 C value IS 0.4

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#99E6FF (or 0x99E6FF) is known color: Columbia Blue. HEX triplet: 99, E6 and FF. RGB value is (153,230,255). Sum of RGB (Red+Green+Blue) = 153+230+255=638 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.98% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #99E6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E6FF is #661900. Grayscale: #D1D1D1. Windows color (decimal): -6691073 or 16770713. OLE color: 16770713.

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

Color convert

RGB 153 230 255 -
CMYK 0.4 0.10 0 0
HSL 194.71º 1% 0.8% -
HSV(B) 194.71º 0.4% 1% -
XYZ 59.48 70.59 105.1 -
YUV 209.83 153.49 87.47 -
System Red Green Blue C M Y K H S L
Decimal 153 230 255 0.4 0.10 0 0 194.71 1 0.8
Hex 99 E6 FF 28 A 0 0 C3 64 50
Octal 231 346 377 50 12 0 0 303 144 120
Binary 10011001 11100110 11111111 101000 1010 0 0 11000011 1100100 1010000

Color Harmonies of #99E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E6FF

Black with #99E6FF

Text Example


Text Example

White with #99E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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