#9DEBFE

Color #9DEBFE Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #9DEBFE

Tints of Columbia Blue #9DEBFE

Color information

#9DEBFE (or 0x9DEBFE) is unknown color: approx Columbia Blue. HEX triplet: 9D, EB and FE. RGB value is (157,235,254). Sum of RGB (Red+Green+Blue) = 157+235+254=646 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.30% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBFE is #621401. Grayscale: #D5D5D5. Windows color (decimal): -6427650 or 16706461. OLE color: 16706461.

HSL color Cylindrical-coordinate representation of color #9DEBFE: hue angle of 191.75º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DEBFE is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157235254-
CMYK0.380.0700.00
HSL191.75º97.98%80.59%-
HSV(B)191.75º38.19%99.61%-
XYZ61.573.74104.76-
YUV213.84150.6687.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.30%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=24.30%
G=36.38%
B=39.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572352540.380.0700.00191.7597.9880.59
Hex9DEBFE26700c06251
Octal23535337646700300142121
Binary100111011110101111111110100110111001100000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,235,254); }

 H1.HeaderClassName
 {
   color: #9DEBFE;
 }
 .AnyTagClassName
 {
   color: #9DEBFE;
 }
</style>
background-color css

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

 a { background-color: rgb(157,235,254); }

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

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

 span { border-color: rgb(157,235,254); }

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