Html Css Color HEX #98BCFF Perano

📋 copy color: '#98BCFF'

red 152 ◦ green 188 ◦ blue 255

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

Shades of Perano #98BCFF

Tints of Perano #98BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.6%

 BLUE value IS 255 (100% from 255) = 42.86%

R = 25.55%
G = 31.6%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98BCFF (or 0x98BCFF) is known color: Perano. HEX triplet: 98, BC and FF. RGB value is (152,188,255). Sum of RGB (Red+Green+Blue) = 152+188+255=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #98BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BCFF is #674300. Grayscale: #B8B8B8. Windows color (decimal): -6767361 or 16759960. OLE color: 16759960.

HSL color Cylindrical-coordinate representation of color #98BCFF: hue angle of 219.03º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98BCFF is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 188 255 -
CMYK 0.40 0.26 0 0
HSL 219.03º 1% 0.8% -
HSV(B) 219.03º 0.4% 1% -
XYZ 48.98 49.86 101.65 -
YUV 184.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 152 188 255 0.40 0.26 0 0 219.03 1 0.8
Hex 98 BC FF 28 1A 0 0 DB 64 50
Octal 230 274 377 50 32 0 0 333 144 120
Binary 10011000 10111100 11111111 101000 11010 0 0 11011011 1100100 1010000

Color Harmonies of #98BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCFF

Black with #98BCFF

Text Example


Text Example

White with #98BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,188,255); }

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

background-color css

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

 a { background-color: rgb(152,188,255); }

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

border-color css

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

 span { border-color: rgb(152,188,255); }

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