Html Css Color HEX #9DE1FF Columbia Blue

📋 copy color: '#9DE1FF'

red 157 ◦ green 225 ◦ blue 255

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

Shades of Columbia Blue #9DE1FF

Tints of Columbia Blue #9DE1FF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.32%

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

R = 24.65%
G = 35.32%
B = 40.03%

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

#9DE1FF (or 0x9DE1FF) is known color: Columbia Blue. HEX triplet: 9D, E1 and FF. RGB value is (157,225,255). Sum of RGB (Red+Green+Blue) = 157+225+255=637 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.65% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE1FF is #621E00. Grayscale: #CFCFCF. Windows color (decimal): -6430209 or 16769437. OLE color: 16769437.

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

Color convert

RGB 157 225 255 -
CMYK 0.38 0.12 0 0
HSL 198.37º 1% 0.81% -
HSV(B) 198.37º 0.38% 1% -
XYZ 58.88 68.24 104.68 -
YUV 208.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 157 225 255 0.38 0.12 0 0 198.37 1 0.81
Hex 9D E1 FF 26 C 0 0 C6 64 51
Octal 235 341 377 46 14 0 0 306 144 121
Binary 10011101 11100001 11111111 100110 1100 0 0 11000110 1100100 1010001

Color Harmonies of #9DE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE1FF

Black with #9DE1FF

Text Example


Text Example

White with #9DE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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