Html Css Color HEX #9EDBFF Columbia Blue

📋 copy color: '#9EDBFF'

red 158 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #9EDBFF

Tints of Columbia Blue #9EDBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.65%

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

R = 25%
G = 34.65%
B = 40.35%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EDBFF (or 0x9EDBFF) is known color: Columbia Blue. HEX triplet: 9E, DB and FF. RGB value is (158,219,255). Sum of RGB (Red+Green+Blue) = 158+219+255=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDBFF is #612400. Grayscale: #CCCCCC. Windows color (decimal): -6366209 or 16767902. OLE color: 16767902.

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

Color convert

RGB 158 219 255 -
CMYK 0.38 0.14 0 0
HSL 202.27º 1% 0.81% -
HSV(B) 202.27º 0.38% 1% -
XYZ 57.48 65.15 104.15 -
YUV 204.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 158 219 255 0.38 0.14 0 0 202.27 1 0.81
Hex 9E DB FF 26 E 0 0 CA 64 51
Octal 236 333 377 46 16 0 0 312 144 121
Binary 10011110 11011011 11111111 100110 1110 0 0 11001010 1100100 1010001

Color Harmonies of #9EDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDBFF

Black with #9EDBFF

Text Example


Text Example

White with #9EDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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