Html Css Color HEX #9ABCF4 Perano

📋 copy color: '#9ABCF4'

red 154 ◦ green 188 ◦ blue 244

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

Shades of Perano #9ABCF4

Tints of Perano #9ABCF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.64%

R = 26.28%
G = 32.08%
B = 41.64%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9ABCF4 (or 0x9ABCF4) is known color: Perano. HEX triplet: 9A, BC and F4. RGB value is (154,188,244). Sum of RGB (Red+Green+Blue) = 154+188+244=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #9ABCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABCF4 is #65430B. Grayscale: #B7B7B7. Windows color (decimal): -6636300 or 16039066. OLE color: 16039066.

HSL color Cylindrical-coordinate representation of color #9ABCF4: hue angle of 217.33º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ABCF4 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 188 244 -
CMYK 0.37 0.23 0 0.04
HSL 217.33º 0.8% 0.78% -
HSV(B) 217.33º 0.37% 0.96% -
XYZ 47.64 49.37 92.61 -
YUV 184.22 161.74 106.45 -
System Red Green Blue C M Y K H S L
Decimal 154 188 244 0.37 0.23 0 0.04 217.33 0.8 0.78
Hex 9A BC F4 25 17 0 4 D9 50 4E
Octal 232 274 364 45 27 0 4 331 120 116
Binary 10011010 10111100 11110100 100101 10111 0 100 11011001 1010000 1001110

Color Harmonies of #9ABCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABCF4

Black with #9ABCF4

Text Example


Text Example

White with #9ABCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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