Html Css Color HEX #9EDFFF Columbia Blue

📋 copy color: '#9EDFFF'

red 158 ◦ green 223 ◦ blue 255

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

Shades of Columbia Blue #9EDFFF

Tints of Columbia Blue #9EDFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.06%

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

R = 24.84%
G = 35.06%
B = 40.09%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EDFFF (or 0x9EDFFF) is known color: Columbia Blue. HEX triplet: 9E, DF and FF. RGB value is (158,223,255). Sum of RGB (Red+Green+Blue) = 158+223+255=636 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.84% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EDFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDFFF is #612000. Grayscale: #CFCFCF. Windows color (decimal): -6365185 or 16768926. OLE color: 16768926.

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

Color convert

RGB 158 223 255 -
CMYK 0.38 0.13 0 0
HSL 199.79º 1% 0.81% -
HSV(B) 199.79º 0.38% 1% -
XYZ 58.54 67.26 104.51 -
YUV 207.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 158 223 255 0.38 0.13 0 0 199.79 1 0.81
Hex 9E DF FF 26 D 0 0 C8 64 51
Octal 236 337 377 46 15 0 0 310 144 121
Binary 10011110 11011111 11111111 100110 1101 0 0 11001000 1100100 1010001

Color Harmonies of #9EDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFFF

Black with #9EDFFF

Text Example


Text Example

White with #9EDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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