Html Css Color HEX #90B1F6 Perano

📋 copy color: '#90B1F6'

red 144 ◦ green 177 ◦ blue 246

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

Shades of Perano #90B1F6

Tints of Perano #90B1F6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.22%

 BLUE value IS 246 (96.48% from 255) = 43.39%

R = 25.4%
G = 31.22%
B = 43.39%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#90B1F6 (or 0x90B1F6) is known color: Perano. HEX triplet: 90, B1 and F6. RGB value is (144,177,246). Sum of RGB (Red+Green+Blue) = 144+177+246=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #90B1F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90B1F6 is #6F4E09. Grayscale: #AEAEAE. Windows color (decimal): -7294474 or 16167312. OLE color: 16167312.

HSL color Cylindrical-coordinate representation of color #90B1F6: hue angle of 220.59º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90B1F6 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 177 246 -
CMYK 0.41 0.28 0 0.04
HSL 220.59º 0.85% 0.76% -
HSV(B) 220.59º 0.41% 0.96% -
XYZ 43.86 44.03 93.38 -
YUV 175 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 144 177 246 0.41 0.28 0 0.04 220.59 0.85 0.76
Hex 90 B1 F6 29 1C 0 4 DD 55 4C
Octal 220 261 366 51 34 0 4 335 125 114
Binary 10010000 10110001 11110110 101001 11100 0 100 11011101 1010101 1001100

Color Harmonies of #90B1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B1F6

Black with #90B1F6

Text Example


Text Example

White with #90B1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,177,246); }

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

background-color css

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

 a { background-color: rgb(144,177,246); }

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

border-color css

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

 span { border-color: rgb(144,177,246); }

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