Html Css Color HEX #9EE2FF Columbia Blue

📋 copy color: '#9EE2FF'

red 158 ◦ green 226 ◦ blue 255

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

Shades of Columbia Blue #9EE2FF

Tints of Columbia Blue #9EE2FF

RGB

 RED value IS 158 (62.11% from 255) = 24.73%

 GREEN value IS 226 (88.67% from 255) = 35.37%

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

R = 24.73%
G = 35.37%
B = 39.91%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EE2FF (or 0x9EE2FF) is known color: Columbia Blue. HEX triplet: 9E, E2 and FF. RGB value is (158,226,255). Sum of RGB (Red+Green+Blue) = 158+226+255=639 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.73% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE2FF is #611D00. Grayscale: #D0D0D0. Windows color (decimal): -6364417 or 16769694. OLE color: 16769694.

HSL color Cylindrical-coordinate representation of color #9EE2FF: hue angle of 197.94º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EE2FF is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 158 226 255 -
CMYK 0.38 0.11 0 0
HSL 197.94º 1% 0.81% -
HSV(B) 197.94º 0.38% 1% -
XYZ 59.35 68.88 104.78 -
YUV 208.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 158 226 255 0.38 0.11 0 0 197.94 1 0.81
Hex 9E E2 FF 26 B 0 0 C6 64 51
Octal 236 342 377 46 13 0 0 306 144 121
Binary 10011110 11100010 11111111 100110 1011 0 0 11000110 1100100 1010001

Color Harmonies of #9EE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE2FF

Black with #9EE2FF

Text Example


Text Example

White with #9EE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EE2FF; }

 p { color: rgb(158,226,255); }

 H1.HeaderClassName
 {
   color: #9EE2FF;
 }
 .AnyTagClassName
 {
   color: #9EE2FF;
 }
</style>

background-color css

<style>
 a { background-color: #9EE2FF; }

 a { background-color: rgb(158,226,255); }

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

border-color css

<style>
 span { border-color: #9EE2FF; }

 span { border-color: rgb(158,226,255); }

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