Html Css Color HEX #90AFFB Perano

📋 copy color: '#90AFFB'

red 144 ◦ green 175 ◦ blue 251

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

Shades of Perano #90AFFB

Tints of Perano #90AFFB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.7%

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

R = 25.26%
G = 30.7%
B = 44.04%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90AFFB (or 0x90AFFB) is known color: Perano. HEX triplet: 90, AF and FB. RGB value is (144,175,251). Sum of RGB (Red+Green+Blue) = 144+175+251=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #90AFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFFB is #6F5004. Grayscale: #AEAEAE. Windows color (decimal): -7294981 or 16494480. OLE color: 16494480.

HSL color Cylindrical-coordinate representation of color #90AFFB: hue angle of 222.62º 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 #90AFFB is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 175 251 -
CMYK 0.43 0.30 0 0.02
HSL 222.62º 0.93% 0.77% -
HSV(B) 222.62º 0.43% 0.98% -
XYZ 44.24 43.55 97.34 -
YUV 174.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 144 175 251 0.43 0.30 0 0.02 222.62 0.93 0.77
Hex 90 AF FB 2B 1E 0 2 DF 5D 4D
Octal 220 257 373 53 36 0 2 337 135 115
Binary 10010000 10101111 11111011 101011 11110 0 10 11011111 1011101 1001101

Color Harmonies of #90AFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFFB

Black with #90AFFB

Text Example


Text Example

White with #90AFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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