Html Css Color HEX #98BCFC Perano

📋 copy color: '#98BCFC'

red 152 ◦ green 188 ◦ blue 252

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

Shades of Perano #98BCFC

Tints of Perano #98BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.57%

R = 25.68%
G = 31.76%
B = 42.57%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98BCFC (or 0x98BCFC) is known color: Perano. HEX triplet: 98, BC and FC. RGB value is (152,188,252). Sum of RGB (Red+Green+Blue) = 152+188+252=592 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.68% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #98BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BCFC is #674303. Grayscale: #B8B8B8. Windows color (decimal): -6767364 or 16563352. OLE color: 16563352.

HSL color Cylindrical-coordinate representation of color #98BCFC: hue angle of 218.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98BCFC is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 188 252 -
CMYK 0.40 0.25 0 0.01
HSL 218.4º 0.94% 0.79% -
HSV(B) 218.4º 0.4% 0.99% -
XYZ 48.5 49.67 99.13 -
YUV 184.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 152 188 252 0.40 0.25 0 0.01 218.4 0.94 0.79
Hex 98 BC FC 28 19 0 1 DA 5E 4F
Octal 230 274 374 50 31 0 1 332 136 117
Binary 10011000 10111100 11111100 101000 11001 0 1 11011010 1011110 1001111

Color Harmonies of #98BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCFC

Black with #98BCFC

Text Example


Text Example

White with #98BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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