Html Css Color HEX #9AD0ED Cornflower

📋 copy color: '#9AD0ED'

red 154 ◦ green 208 ◦ blue 237

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

Shades of Cornflower #9AD0ED

Tints of Cornflower #9AD0ED

RGB

 RED value IS 154 (60.55% from 255) = 25.71%

 GREEN value IS 208 (81.64% from 255) = 34.72%

 BLUE value IS 237 (92.97% from 255) = 39.57%

R = 25.71%
G = 34.72%
B = 39.57%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9AD0ED (or 0x9AD0ED) is known color: Cornflower. HEX triplet: 9A, D0 and ED. RGB value is (154,208,237). Sum of RGB (Red+Green+Blue) = 154+208+237=599 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.71% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #9AD0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD0ED is #652F12. Grayscale: #C2C2C2. Windows color (decimal): -6631187 or 15585434. OLE color: 15585434.

HSL color Cylindrical-coordinate representation of color #9AD0ED: hue angle of 200.96º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AD0ED is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 208 237 -
CMYK 0.35 0.12 0 0.07
HSL 200.96º 0.7% 0.77% -
HSV(B) 200.96º 0.35% 0.93% -
XYZ 51.17 58.1 88.64 -
YUV 195.16 151.61 98.64 -
System Red Green Blue C M Y K H S L
Decimal 154 208 237 0.35 0.12 0 0.07 200.96 0.7 0.77
Hex 9A D0 ED 23 C 0 7 C9 46 4D
Octal 232 320 355 43 14 0 7 311 106 115
Binary 10011010 11010000 11101101 100011 1100 0 111 11001001 1000110 1001101

Color Harmonies of #9AD0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD0ED

Black with #9AD0ED

Text Example


Text Example

White with #9AD0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,208,237); }

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

background-color css

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

 a { background-color: rgb(154,208,237); }

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

border-color css

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

 span { border-color: rgb(154,208,237); }

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