Html Css Color HEX #9EE0FC Columbia Blue

📋 copy color: '#9EE0FC'

red 158 ◦ green 224 ◦ blue 252

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

Shades of Columbia Blue #9EE0FC

Tints of Columbia Blue #9EE0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.75%

R = 24.92%
G = 35.33%
B = 39.75%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EE0FC (or 0x9EE0FC) is known color: Columbia Blue. HEX triplet: 9E, E0 and FC. RGB value is (158,224,252). Sum of RGB (Red+Green+Blue) = 158+224+252=634 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.92% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE0FC is #611F03. Grayscale: #CFCFCF. Windows color (decimal): -6364932 or 16572574. OLE color: 16572574.

HSL color Cylindrical-coordinate representation of color #9EE0FC: hue angle of 197.87º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EE0FC is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 224 252 -
CMYK 0.37 0.11 0 0.01
HSL 197.87º 0.94% 0.8% -
HSV(B) 197.87º 0.37% 0.99% -
XYZ 58.33 67.61 102.07 -
YUV 207.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 158 224 252 0.37 0.11 0 0.01 197.87 0.94 0.8
Hex 9E E0 FC 25 B 0 1 C6 5E 50
Octal 236 340 374 45 13 0 1 306 136 120
Binary 10011110 11100000 11111100 100101 1011 0 1 11000110 1011110 1010000

Color Harmonies of #9EE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE0FC

Black with #9EE0FC

Text Example


Text Example

White with #9EE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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