Html Css Color HEX #9EDCFC Columbia Blue

📋 copy color: '#9EDCFC'

red 158 ◦ green 220 ◦ blue 252

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

Shades of Columbia Blue #9EDCFC

Tints of Columbia Blue #9EDCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.92%

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

R = 25.08%
G = 34.92%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EDCFC (or 0x9EDCFC) is known color: Columbia Blue. HEX triplet: 9E, DC and FC. RGB value is (158,220,252). Sum of RGB (Red+Green+Blue) = 158+220+252=630 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.08% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EDCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDCFC is #612303. Grayscale: #CCCCCC. Windows color (decimal): -6365956 or 16571550. OLE color: 16571550.

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

Color convert

RGB 158 220 252 -
CMYK 0.37 0.13 0 0.01
HSL 200.43º 0.94% 0.8% -
HSV(B) 200.43º 0.37% 0.99% -
XYZ 57.26 65.48 101.72 -
YUV 205.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 158 220 252 0.37 0.13 0 0.01 200.43 0.94 0.8
Hex 9E DC FC 25 D 0 1 C8 5E 50
Octal 236 334 374 45 15 0 1 310 136 120
Binary 10011110 11011100 11111100 100101 1101 0 1 11001000 1011110 1010000

Color Harmonies of #9EDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDCFC

Black with #9EDCFC

Text Example


Text Example

White with #9EDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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