Html Css Color HEX #9ABFE5 Cornflower

📋 copy color: '#9ABFE5'

red 154 ◦ green 191 ◦ blue 229

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

Shades of Cornflower #9ABFE5

Tints of Cornflower #9ABFE5

RGB

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

 GREEN value IS 191 (75% from 255) = 33.28%

 BLUE value IS 229 (89.84% from 255) = 39.9%

R = 26.83%
G = 33.28%
B = 39.9%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9ABFE5 (or 0x9ABFE5) is known color: Cornflower. HEX triplet: 9A, BF and E5. RGB value is (154,191,229). Sum of RGB (Red+Green+Blue) = 154+191+229=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #9ABFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFE5 is #65401A. Grayscale: #B8B8B8. Windows color (decimal): -6635547 or 15056794. OLE color: 15056794.

HSL color Cylindrical-coordinate representation of color #9ABFE5: hue angle of 210.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ABFE5 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 191 229 -
CMYK 0.33 0.17 0 0.10
HSL 210.4º 0.59% 0.75% -
HSV(B) 210.4º 0.33% 0.9% -
XYZ 46.1 49.79 81.31 -
YUV 184.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 154 191 229 0.33 0.17 0 0.10 210.4 0.59 0.75
Hex 9A BF E5 21 11 0 A D2 3B 4B
Octal 232 277 345 41 21 0 12 322 73 113
Binary 10011010 10111111 11100101 100001 10001 0 1010 11010010 111011 1001011

Color Harmonies of #9ABFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFE5

Black with #9ABFE5

Text Example


Text Example

White with #9ABFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,191,229); }

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

background-color css

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

 a { background-color: rgb(154,191,229); }

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

border-color css

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

 span { border-color: rgb(154,191,229); }

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