Html Css Color HEX #9ED3FF Columbia Blue

📋 copy color: '#9ED3FF'

red 158 ◦ green 211 ◦ blue 255

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

Shades of Columbia Blue #9ED3FF

Tints of Columbia Blue #9ED3FF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.81%

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

R = 25.32%
G = 33.81%
B = 40.87%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9ED3FF (or 0x9ED3FF) is known color: Columbia Blue. HEX triplet: 9E, D3 and FF. RGB value is (158,211,255). Sum of RGB (Red+Green+Blue) = 158+211+255=624 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.32% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ED3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED3FF is #612C00. Grayscale: #C7C7C7. Windows color (decimal): -6368257 or 16765854. OLE color: 16765854.

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

Color convert

RGB 158 211 255 -
CMYK 0.38 0.17 0 0
HSL 207.22º 1% 0.81% -
HSV(B) 207.22º 0.38% 1% -
XYZ 55.44 61.08 103.47 -
YUV 200.17 158.94 97.92 -
System Red Green Blue C M Y K H S L
Decimal 158 211 255 0.38 0.17 0 0 207.22 1 0.81
Hex 9E D3 FF 26 11 0 0 CF 64 51
Octal 236 323 377 46 21 0 0 317 144 121
Binary 10011110 11010011 11111111 100110 10001 0 0 11001111 1100100 1010001

Color Harmonies of #9ED3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED3FF

Black with #9ED3FF

Text Example


Text Example

White with #9ED3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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