Html Css Color HEX #9DCFE7 Cornflower

📋 copy color: '#9DCFE7'

red 157 ◦ green 207 ◦ blue 231

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

Shades of Cornflower #9DCFE7

Tints of Cornflower #9DCFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.82%

R = 26.39%
G = 34.79%
B = 38.82%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9DCFE7 (or 0x9DCFE7) is known color: Cornflower. HEX triplet: 9D, CF and E7. RGB value is (157,207,231). Sum of RGB (Red+Green+Blue) = 157+207+231=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 231 - color contains mainly: blue. Hex color #9DCFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFE7 is #623018. Grayscale: #C2C2C2. Windows color (decimal): -6434841 or 15191965. OLE color: 15191965.

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

Color convert

RGB 157 207 231 -
CMYK 0.32 0.10 0 0.09
HSL 199.46º 0.61% 0.76% -
HSV(B) 199.46º 0.32% 0.91% -
XYZ 50.64 57.56 84.04 -
YUV 194.79 148.44 101.05 -
System Red Green Blue C M Y K H S L
Decimal 157 207 231 0.32 0.10 0 0.09 199.46 0.61 0.76
Hex 9D CF E7 20 A 0 9 C7 3D 4C
Octal 235 317 347 40 12 0 11 307 75 114
Binary 10011101 11001111 11100111 100000 1010 0 1001 11000111 111101 1001100

Color Harmonies of #9DCFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCFE7

Black with #9DCFE7

Text Example


Text Example

White with #9DCFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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