Html Css Color HEX #98ADF0 Perano

📋 copy color: '#98ADF0'

red 152 ◦ green 173 ◦ blue 240

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

Shades of Perano #98ADF0

Tints of Perano #98ADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.62%

 BLUE value IS 240 (94.14% from 255) = 42.48%

R = 26.9%
G = 30.62%
B = 42.48%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#98ADF0 (or 0x98ADF0) is known color: Perano. HEX triplet: 98, AD and F0. RGB value is (152,173,240). Sum of RGB (Red+Green+Blue) = 152+173+240=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #98ADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADF0 is #67520F. Grayscale: #AEAEAE. Windows color (decimal): -6771216 or 15773080. OLE color: 15773080.

HSL color Cylindrical-coordinate representation of color #98ADF0: hue angle of 225.68º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98ADF0 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 173 240 -
CMYK 0.37 0.28 0 0.06
HSL 225.68º 0.75% 0.77% -
HSV(B) 225.68º 0.37% 0.94% -
XYZ 43.62 42.85 88.41 -
YUV 174.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 152 173 240 0.37 0.28 0 0.06 225.68 0.75 0.77
Hex 98 AD F0 25 1C 0 6 E2 4B 4D
Octal 230 255 360 45 34 0 6 342 113 115
Binary 10011000 10101101 11110000 100101 11100 0 110 11100010 1001011 1001101

Color Harmonies of #98ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADF0

Black with #98ADF0

Text Example


Text Example

White with #98ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,173,240); }

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

background-color css

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

 a { background-color: rgb(152,173,240); }

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

border-color css

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

 span { border-color: rgb(152,173,240); }

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