Html Css Color HEX #9EE7FF Columbia Blue

📋 copy color: '#9EE7FF'

red 158 ◦ green 231 ◦ blue 255

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

Shades of Columbia Blue #9EE7FF

Tints of Columbia Blue #9EE7FF

RGB

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

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

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

R = 24.53%
G = 35.87%
B = 39.6%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EE7FF (or 0x9EE7FF) is known color: Columbia Blue. HEX triplet: 9E, E7 and FF. RGB value is (158,231,255). Sum of RGB (Red+Green+Blue) = 158+231+255=644 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.53% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE7FF is #611800. Grayscale: #D3D3D3. Windows color (decimal): -6363137 or 16770974. OLE color: 16770974.

HSL color Cylindrical-coordinate representation of color #9EE7FF: hue angle of 194.85º 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 #9EE7FF is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 158 231 255 -
CMYK 0.38 0.09 0 0
HSL 194.85º 1% 0.81% -
HSV(B) 194.85º 0.38% 1% -
XYZ 60.73 71.64 105.24 -
YUV 211.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 158 231 255 0.38 0.09 0 0 194.85 1 0.81
Hex 9E E7 FF 26 9 0 0 C3 64 51
Octal 236 347 377 46 11 0 0 303 144 121
Binary 10011110 11100111 11111111 100110 1001 0 0 11000011 1100100 1010001

Color Harmonies of #9EE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE7FF

Black with #9EE7FF

Text Example


Text Example

White with #9EE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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