Html Css Color HEX #9ABCF0 Tropical Blue

📋 copy color: '#9ABCF0'

red 154 ◦ green 188 ◦ blue 240

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

Shades of Tropical Blue #9ABCF0

Tints of Tropical Blue #9ABCF0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.3%

 BLUE value IS 240 (94.14% from 255) = 41.24%

R = 26.46%
G = 32.3%
B = 41.24%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9ABCF0 (or 0x9ABCF0) is known color: Tropical Blue. HEX triplet: 9A, BC and F0. RGB value is (154,188,240). Sum of RGB (Red+Green+Blue) = 154+188+240=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #9ABCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABCF0 is #65430F. Grayscale: #B7B7B7. Windows color (decimal): -6636304 or 15776922. OLE color: 15776922.

HSL color Cylindrical-coordinate representation of color #9ABCF0: hue angle of 216.28º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ABCF0 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 188 240 -
CMYK 0.36 0.22 0 0.06
HSL 216.28º 0.74% 0.77% -
HSV(B) 216.28º 0.36% 0.94% -
XYZ 47.04 49.13 89.44 -
YUV 183.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 154 188 240 0.36 0.22 0 0.06 216.28 0.74 0.77
Hex 9A BC F0 24 16 0 6 D8 4A 4D
Octal 232 274 360 44 26 0 6 330 112 115
Binary 10011010 10111100 11110000 100100 10110 0 110 11011000 1001010 1001101

Color Harmonies of #9ABCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABCF0

Black with #9ABCF0

Text Example


Text Example

White with #9ABCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,188,240); }

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

background-color css

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

 a { background-color: rgb(154,188,240); }

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

border-color css

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

 span { border-color: rgb(154,188,240); }

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