Html Css Color HEX #9AB0FA Perano

📋 copy color: '#9AB0FA'

red 154 ◦ green 176 ◦ blue 250

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

Shades of Perano #9AB0FA

Tints of Perano #9AB0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.34%

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 26.55%
G = 30.34%
B = 43.1%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9AB0FA (or 0x9AB0FA) is known color: Perano. HEX triplet: 9A, B0 and FA. RGB value is (154,176,250). Sum of RGB (Red+Green+Blue) = 154+176+250=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AB0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB0FA is #654F05. Grayscale: #B1B1B1. Windows color (decimal): -6639366 or 16429210. OLE color: 16429210.

HSL color Cylindrical-coordinate representation of color #9AB0FA: hue angle of 226.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB0FA is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 176 250 -
CMYK 0.38 0.30 0 0.02
HSL 226.25º 0.91% 0.79% -
HSV(B) 226.25º 0.38% 0.98% -
XYZ 46.11 44.82 96.66 -
YUV 177.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 154 176 250 0.38 0.30 0 0.02 226.25 0.91 0.79
Hex 9A B0 FA 26 1E 0 2 E2 5B 4F
Octal 232 260 372 46 36 0 2 342 133 117
Binary 10011010 10110000 11111010 100110 11110 0 10 11100010 1011011 1001111

Color Harmonies of #9AB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB0FA

Black with #9AB0FA

Text Example


Text Example

White with #9AB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,176,250); }

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

background-color css

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

 a { background-color: rgb(154,176,250); }

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

border-color css

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

 span { border-color: rgb(154,176,250); }

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