Html Css Color HEX #98B0EF Perano

📋 copy color: '#98B0EF'

red 152 ◦ green 176 ◦ blue 239

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

Shades of Perano #98B0EF

Tints of Perano #98B0EF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.04%

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

R = 26.81%
G = 31.04%
B = 42.15%

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

#98B0EF (or 0x98B0EF) is known color: Perano. HEX triplet: 98, B0 and EF. RGB value is (152,176,239). Sum of RGB (Red+Green+Blue) = 152+176+239=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #98B0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B0EF is #674F10. Grayscale: #AFAFAF. Windows color (decimal): -6770449 or 15708312. OLE color: 15708312.

HSL color Cylindrical-coordinate representation of color #98B0EF: hue angle of 223.45º 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 #98B0EF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 176 239 -
CMYK 0.36 0.26 0 0.06
HSL 223.45º 0.73% 0.77% -
HSV(B) 223.45º 0.36% 0.94% -
XYZ 44.05 43.96 87.82 -
YUV 176.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 152 176 239 0.36 0.26 0 0.06 223.45 0.73 0.77
Hex 98 B0 EF 24 1A 0 6 DF 49 4D
Octal 230 260 357 44 32 0 6 337 111 115
Binary 10011000 10110000 11101111 100100 11010 0 110 11011111 1001001 1001101

Color Harmonies of #98B0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B0EF

Black with #98B0EF

Text Example


Text Example

White with #98B0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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