Html Css Color HEX #99E7FE Columbia Blue

📋 copy color: '#99E7FE'

red 153 ◦ green 231 ◦ blue 254

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

Shades of Columbia Blue #99E7FE

Tints of Columbia Blue #99E7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.21%

 BLUE value IS 254 (99.61% from 255) = 39.81%

R = 23.98%
G = 36.21%
B = 39.81%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#99E7FE (or 0x99E7FE) is known color: Columbia Blue. HEX triplet: 99, E7 and FE. RGB value is (153,231,254). Sum of RGB (Red+Green+Blue) = 153+231+254=638 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.98% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #99E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E7FE is #661801. Grayscale: #D2D2D2. Windows color (decimal): -6690818 or 16705433. OLE color: 16705433.

HSL color Cylindrical-coordinate representation of color #99E7FE: hue angle of 193.66º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99E7FE is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 231 254 -
CMYK 0.40 0.09 0 0.00
HSL 193.66º 0.98% 0.8% -
HSV(B) 193.66º 0.4% 1% -
XYZ 59.6 71.08 104.34 -
YUV 210.3 152.66 87.13 -
System Red Green Blue C M Y K H S L
Decimal 153 231 254 0.40 0.09 0 0.00 193.66 0.98 0.8
Hex 99 E7 FE 28 9 0 0 C2 62 50
Octal 231 347 376 50 11 0 0 302 142 120
Binary 10011001 11100111 11111110 101000 1001 0 0 11000010 1100010 1010000

Color Harmonies of #99E7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E7FE

Black with #99E7FE

Text Example


Text Example

White with #99E7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,231,254); }

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

background-color css

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

 a { background-color: rgb(153,231,254); }

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

border-color css

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

 span { border-color: rgb(153,231,254); }

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