Html Css Color HEX #90AFFE Perano

📋 copy color: '#90AFFE'

red 144 ◦ green 175 ◦ blue 254

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

Shades of Perano #90AFFE

Tints of Perano #90AFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 25.13%
G = 30.54%
B = 44.33%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#90AFFE (or 0x90AFFE) is known color: Perano. HEX triplet: 90, AF and FE. RGB value is (144,175,254). Sum of RGB (Red+Green+Blue) = 144+175+254=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #90AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFFE is #6F5001. Grayscale: #AEAEAE. Windows color (decimal): -7294978 or 16691088. OLE color: 16691088.

HSL color Cylindrical-coordinate representation of color #90AFFE: hue angle of 223.09º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90AFFE is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 144 175 254 -
CMYK 0.43 0.31 0 0.00
HSL 223.09º 0.98% 0.78% -
HSV(B) 223.09º 0.43% 1% -
XYZ 44.72 43.75 99.85 -
YUV 174.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 144 175 254 0.43 0.31 0 0.00 223.09 0.98 0.78
Hex 90 AF FE 2B 1F 0 0 DF 62 4E
Octal 220 257 376 53 37 0 0 337 142 116
Binary 10010000 10101111 11111110 101011 11111 0 0 11011111 1100010 1001110

Color Harmonies of #90AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFFE

Black with #90AFFE

Text Example


Text Example

White with #90AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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