Html Css Color HEX #9DCAFE Pale Cornflower Blue

📋 copy color: '#9DCAFE'

red 157 ◦ green 202 ◦ blue 254

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

Shades of Pale Cornflower Blue #9DCAFE

Tints of Pale Cornflower Blue #9DCAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.95%

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 25.61%
G = 32.95%
B = 41.44%

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

#9DCAFE (or 0x9DCAFE) is known color: Pale Cornflower Blue. HEX triplet: 9D, CA and FE. RGB value is (157,202,254). Sum of RGB (Red+Green+Blue) = 157+202+254=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DCAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCAFE is #623501. Grayscale: #C2C2C2. Windows color (decimal): -6436098 or 16698013. OLE color: 16698013.

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

Color convert

RGB 157 202 254 -
CMYK 0.38 0.20 0 0.00
HSL 212.16º 0.98% 0.81% -
HSV(B) 212.16º 0.38% 1% -
XYZ 52.91 56.56 101.9 -
YUV 194.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 157 202 254 0.38 0.20 0 0.00 212.16 0.98 0.81
Hex 9D CA FE 26 14 0 0 D4 62 51
Octal 235 312 376 46 24 0 0 324 142 121
Binary 10011101 11001010 11111110 100110 10100 0 0 11010100 1100010 1010001

Color Harmonies of #9DCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCAFE

Black with #9DCAFE

Text Example


Text Example

White with #9DCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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