Html Css Color HEX #90ABFB Perano

📋 copy color: '#90ABFB'

red 144 ◦ green 171 ◦ blue 251

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

Shades of Perano #90ABFB

Tints of Perano #90ABFB

RGB

 RED value IS 144 (56.64% from 255) = 25.44%

 GREEN value IS 171 (67.19% from 255) = 30.21%

 BLUE value IS 251 (98.44% from 255) = 44.35%

R = 25.44%
G = 30.21%
B = 44.35%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90ABFB (or 0x90ABFB) is known color: Perano. HEX triplet: 90, AB and FB. RGB value is (144,171,251). Sum of RGB (Red+Green+Blue) = 144+171+251=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #90ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ABFB is #6F5404. Grayscale: #ABABAB. Windows color (decimal): -7296005 or 16493456. OLE color: 16493456.

HSL color Cylindrical-coordinate representation of color #90ABFB: hue angle of 224.86º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90ABFB is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 171 251 -
CMYK 0.43 0.32 0 0.02
HSL 224.86º 0.93% 0.77% -
HSV(B) 224.86º 0.43% 0.98% -
XYZ 43.48 42.02 97.09 -
YUV 172.05 172.55 108 -
System Red Green Blue C M Y K H S L
Decimal 144 171 251 0.43 0.32 0 0.02 224.86 0.93 0.77
Hex 90 AB FB 2B 20 0 2 E1 5D 4D
Octal 220 253 373 53 40 0 2 341 135 115
Binary 10010000 10101011 11111011 101011 100000 0 10 11100001 1011101 1001101

Color Harmonies of #90ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABFB

Black with #90ABFB

Text Example


Text Example

White with #90ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90ABFB; }

 p { color: rgb(144,171,251); }

 H1.HeaderClassName
 {
   color: #90ABFB;
 }
 .AnyTagClassName
 {
   color: #90ABFB;
 }
</style>

background-color css

<style>
 a { background-color: #90ABFB; }

 a { background-color: rgb(144,171,251); }

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

border-color css

<style>
 span { border-color: #90ABFB; }

 span { border-color: rgb(144,171,251); }

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