Html Css Color HEX #90AEFD Perano

📋 copy color: '#90AEFD'

red 144 ◦ green 174 ◦ blue 253

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

Shades of Perano #90AEFD

Tints of Perano #90AEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.47%

 BLUE value IS 253 (99.22% from 255) = 44.31%

R = 25.22%
G = 30.47%
B = 44.31%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90AEFD (or 0x90AEFD) is known color: Perano. HEX triplet: 90, AE and FD. RGB value is (144,174,253). Sum of RGB (Red+Green+Blue) = 144+174+253=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #90AEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AEFD is #6F5102. Grayscale: #ADADAD. Windows color (decimal): -7295235 or 16625296. OLE color: 16625296.

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

Color convert

RGB 144 174 253 -
CMYK 0.43 0.31 0 0.01
HSL 223.49º 0.96% 0.78% -
HSV(B) 223.49º 0.43% 0.99% -
XYZ 44.37 43.29 98.95 -
YUV 174.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 144 174 253 0.43 0.31 0 0.01 223.49 0.96 0.78
Hex 90 AE FD 2B 1F 0 1 DF 60 4E
Octal 220 256 375 53 37 0 1 337 140 116
Binary 10010000 10101110 11111101 101011 11111 0 1 11011111 1100000 1001110

Color Harmonies of #90AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AEFD

Black with #90AEFD

Text Example


Text Example

White with #90AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,174,253); }

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

background-color css

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

 a { background-color: rgb(144,174,253); }

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

border-color css

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

 span { border-color: rgb(144,174,253); }

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