Html Css Color HEX #98D4E6 French Pass

📋 copy color: '#98D4E6'

red 152 ◦ green 212 ◦ blue 230

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

Shades of French Pass #98D4E6

Tints of French Pass #98D4E6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.69%

 BLUE value IS 230 (90.23% from 255) = 38.72%

R = 25.59%
G = 35.69%
B = 38.72%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#98D4E6 (or 0x98D4E6) is known color: French Pass. HEX triplet: 98, D4 and E6. RGB value is (152,212,230). Sum of RGB (Red+Green+Blue) = 152+212+230=594 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.59% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 230 - color contains mainly: blue. Hex color #98D4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D4E6 is #672B19. Grayscale: #C3C3C3. Windows color (decimal): -6761242 or 15127704. OLE color: 15127704.

HSL color Cylindrical-coordinate representation of color #98D4E6: hue angle of 193.85º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98D4E6 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 212 230 -
CMYK 0.34 0.08 0 0.10
HSL 193.85º 0.61% 0.75% -
HSV(B) 193.85º 0.34% 0.9% -
XYZ 50.78 59.48 83.67 -
YUV 196.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 152 212 230 0.34 0.08 0 0.10 193.85 0.61 0.75
Hex 98 D4 E6 22 8 0 A C2 3D 4B
Octal 230 324 346 42 10 0 12 302 75 113
Binary 10011000 11010100 11100110 100010 1000 0 1010 11000010 111101 1001011

Color Harmonies of #98D4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D4E6

Black with #98D4E6

Text Example


Text Example

White with #98D4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,212,230); }

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

background-color css

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

 a { background-color: rgb(152,212,230); }

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

border-color css

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

 span { border-color: rgb(152,212,230); }

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