Html Css Color HEX #9DD7EF Cornflower

📋 copy color: '#9DD7EF'

red 157 ◦ green 215 ◦ blue 239

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

Shades of Cornflower #9DD7EF

Tints of Cornflower #9DD7EF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.19%

 BLUE value IS 239 (93.75% from 255) = 39.12%

R = 25.7%
G = 35.19%
B = 39.12%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9DD7EF (or 0x9DD7EF) is known color: Cornflower. HEX triplet: 9D, D7 and EF. RGB value is (157,215,239). Sum of RGB (Red+Green+Blue) = 157+215+239=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DD7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD7EF is #622810. Grayscale: #C8C8C8. Windows color (decimal): -6432785 or 15718301. OLE color: 15718301.

HSL color Cylindrical-coordinate representation of color #9DD7EF: hue angle of 197.56º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD7EF is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 215 239 -
CMYK 0.34 0.10 0 0.06
HSL 197.56º 0.72% 0.78% -
HSV(B) 197.56º 0.34% 0.94% -
XYZ 53.79 62 90.79 -
YUV 200.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 157 215 239 0.34 0.10 0 0.06 197.56 0.72 0.78
Hex 9D D7 EF 22 A 0 6 C6 48 4E
Octal 235 327 357 42 12 0 6 306 110 116
Binary 10011101 11010111 11101111 100010 1010 0 110 11000110 1001000 1001110

Color Harmonies of #9DD7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD7EF

Black with #9DD7EF

Text Example


Text Example

White with #9DD7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,215,239); }

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

background-color css

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

 a { background-color: rgb(157,215,239); }

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

border-color css

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

 span { border-color: rgb(157,215,239); }

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