Html Css Color HEX #98B2FE Perano

📋 copy color: '#98B2FE'

red 152 ◦ green 178 ◦ blue 254

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

Shades of Perano #98B2FE

Tints of Perano #98B2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 26.03%
G = 30.48%
B = 43.49%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#98B2FE (or 0x98B2FE) is known color: Perano. HEX triplet: 98, B2 and FE. RGB value is (152,178,254). Sum of RGB (Red+Green+Blue) = 152+178+254=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #98B2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B2FE is #674D01. Grayscale: #B2B2B2. Windows color (decimal): -6769922 or 16691864. OLE color: 16691864.

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

Color convert

RGB 152 178 254 -
CMYK 0.40 0.30 0 0.00
HSL 224.71º 0.98% 0.8% -
HSV(B) 224.71º 0.4% 1% -
XYZ 46.76 45.67 100.12 -
YUV 178.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 152 178 254 0.40 0.30 0 0.00 224.71 0.98 0.8
Hex 98 B2 FE 28 1E 0 0 E1 62 50
Octal 230 262 376 50 36 0 0 341 142 120
Binary 10011000 10110010 11111110 101000 11110 0 0 11100001 1100010 1010000

Color Harmonies of #98B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B2FE

Black with #98B2FE

Text Example


Text Example

White with #98B2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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