Html Css Color HEX #9DCBFE Pale Cornflower Blue

📋 copy color: '#9DCBFE'

red 157 ◦ green 203 ◦ blue 254

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

Shades of Pale Cornflower Blue #9DCBFE

Tints of Pale Cornflower Blue #9DCBFE

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 value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9DCBFE (or 0x9DCBFE) is known color: 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

RGB 157 203 254 -
CMYK 0.38 0.20 0 0.00
HSL 211.55º 0.98% 0.81% -
HSV(B) 211.55º 0.38% 1% -
XYZ 53.15 57.04 101.97 -
YUV 195.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 157 203 254 0.38 0.20 0 0.00 211.55 0.98 0.81
Hex 9D CB FE 26 14 0 0 D4 62 51
Octal 235 313 376 46 24 0 0 324 142 121
Binary 10011101 11001011 11111110 100110 10100 0 0 11010100 1100010 1010001

Color Harmonies of #9DCBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBFE

Black with #9DCBFE

Text Example


Text Example

White with #9DCBFE

Text Example


Text Example

HTML Codes & Css Web 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>