Html Css Color HEX #90B2F9 Perano

📋 copy color: '#90B2F9'

red 144 ◦ green 178 ◦ blue 249

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

Shades of Perano #90B2F9

Tints of Perano #90B2F9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.17%

 BLUE value IS 249 (97.66% from 255) = 43.61%

R = 25.22%
G = 31.17%
B = 43.61%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90B2F9 (or 0x90B2F9) is known color: Perano. HEX triplet: 90, B2 and F9. RGB value is (144,178,249). Sum of RGB (Red+Green+Blue) = 144+178+249=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #90B2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90B2F9 is #6F4D06. Grayscale: #AFAFAF. Windows color (decimal): -7294215 or 16364176. OLE color: 16364176.

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

Color convert

RGB 144 178 249 -
CMYK 0.42 0.29 0 0.02
HSL 220.57º 0.9% 0.77% -
HSV(B) 220.57º 0.42% 0.98% -
XYZ 44.52 44.61 95.89 -
YUV 175.93 169.24 105.23 -
System Red Green Blue C M Y K H S L
Decimal 144 178 249 0.42 0.29 0 0.02 220.57 0.9 0.77
Hex 90 B2 F9 2A 1D 0 2 DD 5A 4D
Octal 220 262 371 52 35 0 2 335 132 115
Binary 10010000 10110010 11111001 101010 11101 0 10 11011101 1011010 1001101

Color Harmonies of #90B2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B2F9

Black with #90B2F9

Text Example


Text Example

White with #90B2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,178,249); }

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

background-color css

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

 a { background-color: rgb(144,178,249); }

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

border-color css

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

 span { border-color: rgb(144,178,249); }

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