#9DCBFE

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

Shades of Pale Cornflower Blue #9DCBFE

Tints of Pale Cornflower Blue #9DCBFE

Color information

#9DCBFE (or 0x9DCBFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, CB and FE. RGB value is (157,203,254). Sum of RGB (Red+Green+Blue) = 157+203+254=614 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.57% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DCBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBFE is #623401. Grayscale: #C2C2C2. Windows color (decimal): -6435842 or 16698269. OLE color: 16698269.

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

Color convert

RGB157203254-
CMYK0.380.2000.00
HSL211.55º97.98%80.59%-
HSV(B)211.55º38.19%99.61%-
XYZ53.1557.04101.97-
YUV195.06161.26100.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.57%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=25.57%
G=33.06%
B=41.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572032540.380.2000.00211.5597.9880.59
Hex9DCBFE261400d46251
Octal235313376462400324142121
Binary10011101110010111111111010011010100001101010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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