Html Css Color HEX #9AD2EB Cornflower

📋 copy color: '#9AD2EB'

red 154 ◦ green 210 ◦ blue 235

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

Shades of Cornflower #9AD2EB

Tints of Cornflower #9AD2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.06%

 BLUE value IS 235 (92.19% from 255) = 39.23%

R = 25.71%
G = 35.06%
B = 39.23%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9AD2EB (or 0x9AD2EB) is known color: Cornflower. HEX triplet: 9A, D2 and EB. RGB value is (154,210,235). Sum of RGB (Red+Green+Blue) = 154+210+235=599 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.71% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD2EB is #652D14. Grayscale: #C3C3C3. Windows color (decimal): -6630677 or 15454874. OLE color: 15454874.

HSL color Cylindrical-coordinate representation of color #9AD2EB: hue angle of 198.52º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AD2EB is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 210 235 -
CMYK 0.34 0.11 0 0.08
HSL 198.52º 0.67% 0.76% -
HSV(B) 198.52º 0.34% 0.92% -
XYZ 51.37 58.96 87.27 -
YUV 196.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 154 210 235 0.34 0.11 0 0.08 198.52 0.67 0.76
Hex 9A D2 EB 22 B 0 8 C7 43 4C
Octal 232 322 353 42 13 0 10 307 103 114
Binary 10011010 11010010 11101011 100010 1011 0 1000 11000111 1000011 1001100

Color Harmonies of #9AD2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD2EB

Black with #9AD2EB

Text Example


Text Example

White with #9AD2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,210,235); }

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

background-color css

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

 a { background-color: rgb(154,210,235); }

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

border-color css

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

 span { border-color: rgb(154,210,235); }

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