Html Css Color HEX #9DCCFF Pale Cornflower Blue

📋 copy color: '#9DCCFF'

red 157 ◦ green 204 ◦ blue 255

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

Shades of Pale Cornflower Blue #9DCCFF

Tints of Pale Cornflower Blue #9DCCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.12%

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

R = 25.49%
G = 33.12%
B = 41.4%

CMYK

 C value IS 0.38

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9DCCFF (or 0x9DCCFF) is known color: Pale Cornflower Blue. HEX triplet: 9D, CC and FF. RGB value is (157,204,255). Sum of RGB (Red+Green+Blue) = 157+204+255=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCFF is #623300. Grayscale: #C3C3C3. Windows color (decimal): -6435585 or 16764061. OLE color: 16764061.

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

Color convert

RGB 157 204 255 -
CMYK 0.38 0.2 0 0
HSL 211.22º 1% 0.81% -
HSV(B) 211.22º 0.38% 1% -
XYZ 53.55 57.57 102.9 -
YUV 195.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 157 204 255 0.38 0.2 0 0 211.22 1 0.81
Hex 9D CC FF 26 14 0 0 D3 64 51
Octal 235 314 377 46 24 0 0 323 144 121
Binary 10011101 11001100 11111111 100110 10100 0 0 11010011 1100100 1010001

Color Harmonies of #9DCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCFF

Black with #9DCCFF

Text Example


Text Example

White with #9DCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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