Html Css Color HEX #98B2F0 Perano

📋 copy color: '#98B2F0'

red 152 ◦ green 178 ◦ blue 240

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

Shades of Perano #98B2F0

Tints of Perano #98B2F0

RGB

 RED value IS 152 (59.77% from 255) = 26.67%

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

 BLUE value IS 240 (94.14% from 255) = 42.11%

R = 26.67%
G = 31.23%
B = 42.11%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#98B2F0 (or 0x98B2F0) is known color: Perano. HEX triplet: 98, B2 and F0. RGB value is (152,178,240). Sum of RGB (Red+Green+Blue) = 152+178+240=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #98B2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B2F0 is #674D0F. Grayscale: #B1B1B1. Windows color (decimal): -6769936 or 15774360. OLE color: 15774360.

HSL color Cylindrical-coordinate representation of color #98B2F0: hue angle of 222.27º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98B2F0 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 178 240 -
CMYK 0.37 0.26 0 0.06
HSL 222.27º 0.75% 0.77% -
HSV(B) 222.27º 0.37% 0.94% -
XYZ 44.6 44.81 88.74 -
YUV 177.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 152 178 240 0.37 0.26 0 0.06 222.27 0.75 0.77
Hex 98 B2 F0 25 1A 0 6 DE 4B 4D
Octal 230 262 360 45 32 0 6 336 113 115
Binary 10011000 10110010 11110000 100101 11010 0 110 11011110 1001011 1001101

Color Harmonies of #98B2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B2F0

Black with #98B2F0

Text Example


Text Example

White with #98B2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98B2F0; }

 p { color: rgb(152,178,240); }

 H1.HeaderClassName
 {
   color: #98B2F0;
 }
 .AnyTagClassName
 {
   color: #98B2F0;
 }
</style>

background-color css

<style>
 a { background-color: #98B2F0; }

 a { background-color: rgb(152,178,240); }

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

border-color css

<style>
 span { border-color: #98B2F0; }

 span { border-color: rgb(152,178,240); }

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