Html Css Color HEX #9DCFE6 Cornflower

📋 copy color: '#9DCFE6'

red 157 ◦ green 207 ◦ blue 230

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

Shades of Cornflower #9DCFE6

Tints of Cornflower #9DCFE6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.85%

 BLUE value IS 230 (90.23% from 255) = 38.72%

R = 26.43%
G = 34.85%
B = 38.72%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9DCFE6 (or 0x9DCFE6) is known color: Cornflower. HEX triplet: 9D, CF and E6. RGB value is (157,207,230). Sum of RGB (Red+Green+Blue) = 157+207+230=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 230 - color contains mainly: blue. Hex color #9DCFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFE6 is #623019. Grayscale: #C2C2C2. Windows color (decimal): -6434842 or 15126429. OLE color: 15126429.

HSL color Cylindrical-coordinate representation of color #9DCFE6: hue angle of 198.9º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DCFE6 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 207 230 -
CMYK 0.32 0.10 0 0.10
HSL 198.9º 0.59% 0.76% -
HSV(B) 198.9º 0.32% 0.9% -
XYZ 50.5 57.51 83.3 -
YUV 194.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 157 207 230 0.32 0.10 0 0.10 198.9 0.59 0.76
Hex 9D CF E6 20 A 0 A C7 3B 4C
Octal 235 317 346 40 12 0 12 307 73 114
Binary 10011101 11001111 11100110 100000 1010 0 1010 11000111 111011 1001100

Color Harmonies of #9DCFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCFE6

Black with #9DCFE6

Text Example


Text Example

White with #9DCFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,207,230); }

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

background-color css

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

 a { background-color: rgb(157,207,230); }

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

border-color css

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

 span { border-color: rgb(157,207,230); }

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