Html Css Color HEX #9EE0FE Columbia Blue

📋 copy color: '#9EE0FE'

red 158 ◦ green 224 ◦ blue 254

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

Shades of Columbia Blue #9EE0FE

Tints of Columbia Blue #9EE0FE

RGB

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

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

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

R = 24.84%
G = 35.22%
B = 39.94%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9EE0FE (or 0x9EE0FE) is known color: Columbia Blue. HEX triplet: 9E, E0 and FE. RGB value is (158,224,254). Sum of RGB (Red+Green+Blue) = 158+224+254=636 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.84% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EE0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE0FE is #611F01. Grayscale: #CFCFCF. Windows color (decimal): -6364930 or 16703646. OLE color: 16703646.

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

Color convert

RGB 158 224 254 -
CMYK 0.38 0.12 0 0.00
HSL 198.75º 0.98% 0.81% -
HSV(B) 198.75º 0.38% 1% -
XYZ 58.65 67.74 103.75 -
YUV 207.69 154.13 92.56 -
System Red Green Blue C M Y K H S L
Decimal 158 224 254 0.38 0.12 0 0.00 198.75 0.98 0.81
Hex 9E E0 FE 26 C 0 0 C7 62 51
Octal 236 340 376 46 14 0 0 307 142 121
Binary 10011110 11100000 11111110 100110 1100 0 0 11000111 1100010 1010001

Color Harmonies of #9EE0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE0FE

Black with #9EE0FE

Text Example


Text Example

White with #9EE0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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