Html Css Color HEX #98BBFD Perano

📋 copy color: '#98BBFD'

red 152 ◦ green 187 ◦ blue 253

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

Shades of Perano #98BBFD

Tints of Perano #98BBFD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.59%

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 25.68%
G = 31.59%
B = 42.74%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98BBFD (or 0x98BBFD) is known color: Perano. HEX triplet: 98, BB and FD. RGB value is (152,187,253). Sum of RGB (Red+Green+Blue) = 152+187+253=592 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.68% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #98BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BBFD is #674402. Grayscale: #B7B7B7. Windows color (decimal): -6767619 or 16628632. OLE color: 16628632.

HSL color Cylindrical-coordinate representation of color #98BBFD: hue angle of 219.21º degrees, saturation: 0.96, 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 #98BBFD is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 187 253 -
CMYK 0.40 0.26 0 0.01
HSL 219.21º 0.96% 0.79% -
HSV(B) 219.21º 0.4% 0.99% -
XYZ 48.45 49.31 99.89 -
YUV 184.06 166.9 105.13 -
System Red Green Blue C M Y K H S L
Decimal 152 187 253 0.40 0.26 0 0.01 219.21 0.96 0.79
Hex 98 BB FD 28 1A 0 1 DB 60 4F
Octal 230 273 375 50 32 0 1 333 140 117
Binary 10011000 10111011 11111101 101000 11010 0 1 11011011 1100000 1001111

Color Harmonies of #98BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBFD

Black with #98BBFD

Text Example


Text Example

White with #98BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,187,253); }

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

background-color css

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

 a { background-color: rgb(152,187,253); }

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

border-color css

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

 span { border-color: rgb(152,187,253); }

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