Html Css Color HEX #9AD5EA Cornflower

📋 copy color: '#9AD5EA'

red 154 ◦ green 213 ◦ blue 234

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

Shades of Cornflower #9AD5EA

Tints of Cornflower #9AD5EA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.44%

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 25.62%
G = 35.44%
B = 38.94%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9AD5EA (or 0x9AD5EA) is known color: Cornflower. HEX triplet: 9A, D5 and EA. RGB value is (154,213,234). Sum of RGB (Red+Green+Blue) = 154+213+234=601 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.62% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AD5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD5EA is #652A15. Grayscale: #C5C5C5. Windows color (decimal): -6629910 or 15390106. OLE color: 15390106.

HSL color Cylindrical-coordinate representation of color #9AD5EA: hue angle of 195.75º degrees, saturation: 0.66, 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 #9AD5EA is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 213 234 -
CMYK 0.34 0.09 0 0.08
HSL 195.75º 0.66% 0.76% -
HSV(B) 195.75º 0.34% 0.92% -
XYZ 51.97 60.4 86.76 -
YUV 197.75 148.45 96.79 -
System Red Green Blue C M Y K H S L
Decimal 154 213 234 0.34 0.09 0 0.08 195.75 0.66 0.76
Hex 9A D5 EA 22 9 0 8 C4 42 4C
Octal 232 325 352 42 11 0 10 304 102 114
Binary 10011010 11010101 11101010 100010 1001 0 1000 11000100 1000010 1001100

Color Harmonies of #9AD5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD5EA

Black with #9AD5EA

Text Example


Text Example

White with #9AD5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,213,234); }

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

background-color css

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

 a { background-color: rgb(154,213,234); }

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

border-color css

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

 span { border-color: rgb(154,213,234); }

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