Html Css Color HEX #98B2EF Perano

📋 copy color: '#98B2EF'

red 152 ◦ green 178 ◦ blue 239

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

Shades of Perano #98B2EF

Tints of Perano #98B2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42%

R = 26.71%
G = 31.28%
B = 42%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#98B2EF (or 0x98B2EF) is known color: Perano. HEX triplet: 98, B2 and EF. RGB value is (152,178,239). Sum of RGB (Red+Green+Blue) = 152+178+239=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #98B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B2EF is #674D10. Grayscale: #B0B0B0. Windows color (decimal): -6769937 or 15708824. OLE color: 15708824.

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

Color convert

RGB 152 178 239 -
CMYK 0.36 0.26 0 0.06
HSL 222.07º 0.73% 0.77% -
HSV(B) 222.07º 0.36% 0.94% -
XYZ 44.45 44.75 87.96 -
YUV 177.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 152 178 239 0.36 0.26 0 0.06 222.07 0.73 0.77
Hex 98 B2 EF 24 1A 0 6 DE 49 4D
Octal 230 262 357 44 32 0 6 336 111 115
Binary 10011000 10110010 11101111 100100 11010 0 110 11011110 1001001 1001101

Color Harmonies of #98B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B2EF

Black with #98B2EF

Text Example


Text Example

White with #98B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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