Html Css Color HEX #90ADFD Perano

📋 copy color: '#90ADFD'

red 144 ◦ green 173 ◦ blue 253

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

Shades of Perano #90ADFD

Tints of Perano #90ADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.35%

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

R = 25.26%
G = 30.35%
B = 44.39%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90ADFD (or 0x90ADFD) is known color: Perano. HEX triplet: 90, AD and FD. RGB value is (144,173,253). Sum of RGB (Red+Green+Blue) = 144+173+253=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #90ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADFD is #6F5202. Grayscale: #ADADAD. Windows color (decimal): -7295491 or 16625040. OLE color: 16625040.

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

Color convert

RGB 144 173 253 -
CMYK 0.43 0.32 0 0.01
HSL 224.04º 0.96% 0.78% -
HSV(B) 224.04º 0.43% 0.99% -
XYZ 44.17 42.91 98.88 -
YUV 173.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 144 173 253 0.43 0.32 0 0.01 224.04 0.96 0.78
Hex 90 AD FD 2B 20 0 1 E0 60 4E
Octal 220 255 375 53 40 0 1 340 140 116
Binary 10010000 10101101 11111101 101011 100000 0 1 11100000 1100000 1001110

Color Harmonies of #90ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADFD

Black with #90ADFD

Text Example


Text Example

White with #90ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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