Html Css Color HEX #9ABFDA Cornflower

📋 copy color: '#9ABFDA'

red 154 ◦ green 191 ◦ blue 218

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

Shades of Cornflower #9ABFDA

Tints of Cornflower #9ABFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 27.35%
G = 33.93%
B = 38.72%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9ABFDA (or 0x9ABFDA) is known color: Cornflower. HEX triplet: 9A, BF and DA. RGB value is (154,191,218). Sum of RGB (Red+Green+Blue) = 154+191+218=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ABFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFDA is #654025. Grayscale: #B6B6B6. Windows color (decimal): -6635558 or 14335898. OLE color: 14335898.

HSL color Cylindrical-coordinate representation of color #9ABFDA: hue angle of 205.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ABFDA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 191 218 -
CMYK 0.29 0.12 0 0.15
HSL 205.31º 0.46% 0.73% -
HSV(B) 205.31º 0.29% 0.85% -
XYZ 44.61 49.19 73.47 -
YUV 183.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 154 191 218 0.29 0.12 0 0.15 205.31 0.46 0.73
Hex 9A BF DA 1D C 0 F CD 2E 49
Octal 232 277 332 35 14 0 17 315 56 111
Binary 10011010 10111111 11011010 11101 1100 0 1111 11001101 101110 1001001

Color Harmonies of #9ABFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFDA

Black with #9ABFDA

Text Example


Text Example

White with #9ABFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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