Html Css Color HEX #99E6FC Columbia Blue

📋 copy color: '#99E6FC'

red 153 ◦ green 230 ◦ blue 252

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

Shades of Columbia Blue #99E6FC

Tints of Columbia Blue #99E6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.69%

R = 24.09%
G = 36.22%
B = 39.69%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99E6FC (or 0x99E6FC) is known color: Columbia Blue. HEX triplet: 99, E6 and FC. RGB value is (153,230,252). Sum of RGB (Red+Green+Blue) = 153+230+252=635 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.09% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #99E6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E6FC is #661903. Grayscale: #D1D1D1. Windows color (decimal): -6691076 or 16574105. OLE color: 16574105.

HSL color Cylindrical-coordinate representation of color #99E6FC: hue angle of 193.33º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99E6FC is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 230 252 -
CMYK 0.39 0.09 0 0.01
HSL 193.33º 0.94% 0.79% -
HSV(B) 193.33º 0.39% 0.99% -
XYZ 59 70.39 102.57 -
YUV 209.49 151.99 87.71 -
System Red Green Blue C M Y K H S L
Decimal 153 230 252 0.39 0.09 0 0.01 193.33 0.94 0.79
Hex 99 E6 FC 27 9 0 1 C1 5E 4F
Octal 231 346 374 47 11 0 1 301 136 117
Binary 10011001 11100110 11111100 100111 1001 0 1 11000001 1011110 1001111

Color Harmonies of #99E6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E6FC

Black with #99E6FC

Text Example


Text Example

White with #99E6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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