Html Css Color HEX #98E7FC Columbia Blue

📋 copy color: '#98E7FC'

red 152 ◦ green 231 ◦ blue 252

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

Shades of Columbia Blue #98E7FC

Tints of Columbia Blue #98E7FC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.38%

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

R = 23.94%
G = 36.38%
B = 39.69%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98E7FC (or 0x98E7FC) is known color: Columbia Blue. HEX triplet: 98, E7 and FC. RGB value is (152,231,252). Sum of RGB (Red+Green+Blue) = 152+231+252=635 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.94% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #98E7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E7FC is #671803. Grayscale: #D1D1D1. Windows color (decimal): -6756356 or 16574360. OLE color: 16574360.

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

Color convert

RGB 152 231 252 -
CMYK 0.40 0.08 0 0.01
HSL 192.6º 0.94% 0.79% -
HSV(B) 192.6º 0.4% 0.99% -
XYZ 59.1 70.86 102.66 -
YUV 209.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 152 231 252 0.40 0.08 0 0.01 192.6 0.94 0.79
Hex 98 E7 FC 28 8 0 1 C1 5E 4F
Octal 230 347 374 50 10 0 1 301 136 117
Binary 10011000 11100111 11111100 101000 1000 0 1 11000001 1011110 1001111

Color Harmonies of #98E7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E7FC

Black with #98E7FC

Text Example


Text Example

White with #98E7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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