Html Css Color HEX #9DD6EF Cornflower

📋 copy color: '#9DD6EF'

red 157 ◦ green 214 ◦ blue 239

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

Shades of Cornflower #9DD6EF

Tints of Cornflower #9DD6EF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.08%

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

R = 25.74%
G = 35.08%
B = 39.18%

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

#9DD6EF (or 0x9DD6EF) is known color: Cornflower. HEX triplet: 9D, D6 and EF. RGB value is (157,214,239). Sum of RGB (Red+Green+Blue) = 157+214+239=610 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.74% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DD6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD6EF is #622910. Grayscale: #C7C7C7. Windows color (decimal): -6433041 or 15718045. OLE color: 15718045.

HSL color Cylindrical-coordinate representation of color #9DD6EF: hue angle of 198.29º 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 #9DD6EF is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 214 239 -
CMYK 0.34 0.10 0 0.06
HSL 198.29º 0.72% 0.78% -
HSV(B) 198.29º 0.34% 0.94% -
XYZ 53.53 61.49 90.71 -
YUV 199.81 150.12 97.47 -
System Red Green Blue C M Y K H S L
Decimal 157 214 239 0.34 0.10 0 0.06 198.29 0.72 0.78
Hex 9D D6 EF 22 A 0 6 C6 48 4E
Octal 235 326 357 42 12 0 6 306 110 116
Binary 10011101 11010110 11101111 100010 1010 0 110 11000110 1001000 1001110

Color Harmonies of #9DD6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD6EF

Black with #9DD6EF

Text Example


Text Example

White with #9DD6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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