Html Css Color HEX #9DE0FF Columbia Blue

📋 copy color: '#9DE0FF'

red 157 ◦ green 224 ◦ blue 255

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

Shades of Columbia Blue #9DE0FF

Tints of Columbia Blue #9DE0FF

RGB

 RED value IS 157 (61.72% from 255) = 24.69%

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

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

R = 24.69%
G = 35.22%
B = 40.09%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9DE0FF (or 0x9DE0FF) is known color: Columbia Blue. HEX triplet: 9D, E0 and FF. RGB value is (157,224,255). Sum of RGB (Red+Green+Blue) = 157+224+255=636 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.69% from 636); Green value is 224 (87.89% from 255 or 35.22% 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 #9DE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE0FF is #621F00. Grayscale: #CFCFCF. Windows color (decimal): -6430465 or 16769181. OLE color: 16769181.

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

Color convert

RGB 157 224 255 -
CMYK 0.38 0.12 0 0
HSL 198.98º 1% 0.81% -
HSV(B) 198.98º 0.38% 1% -
XYZ 58.61 67.7 104.59 -
YUV 207.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 157 224 255 0.38 0.12 0 0 198.98 1 0.81
Hex 9D E0 FF 26 C 0 0 C7 64 51
Octal 235 340 377 46 14 0 0 307 144 121
Binary 10011101 11100000 11111111 100110 1100 0 0 11000111 1100100 1010001

Color Harmonies of #9DE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE0FF

Black with #9DE0FF

Text Example


Text Example

White with #9DE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,224,255); }

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

background-color css

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

 a { background-color: rgb(157,224,255); }

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

border-color css

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

 span { border-color: rgb(157,224,255); }

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