Html Css Color HEX #9EE0FF Columbia Blue

📋 copy color: '#9EE0FF'

red 158 ◦ green 224 ◦ blue 255

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

Shades of Columbia Blue #9EE0FF

Tints of Columbia Blue #9EE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.16%

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

R = 24.8%
G = 35.16%
B = 40.03%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EE0FF (or 0x9EE0FF) is known color: Columbia Blue. HEX triplet: 9E, E0 and FF. RGB value is (158,224,255). Sum of RGB (Red+Green+Blue) = 158+224+255=637 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.80% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE0FF is #611F00. Grayscale: #CFCFCF. Windows color (decimal): -6364929 or 16769182. OLE color: 16769182.

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

Color convert

RGB 158 224 255 -
CMYK 0.38 0.12 0 0
HSL 199.18º 1% 0.81% -
HSV(B) 199.18º 0.38% 1% -
XYZ 58.81 67.8 104.6 -
YUV 207.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 158 224 255 0.38 0.12 0 0 199.18 1 0.81
Hex 9E E0 FF 26 C 0 0 C7 64 51
Octal 236 340 377 46 14 0 0 307 144 121
Binary 10011110 11100000 11111111 100110 1100 0 0 11000111 1100100 1010001

Color Harmonies of #9EE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE0FF

Black with #9EE0FF

Text Example


Text Example

White with #9EE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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