Html Css Color HEX #98E7FF Columbia Blue

📋 copy color: '#98E7FF'

red 152 ◦ green 231 ◦ blue 255

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

Shades of Columbia Blue #98E7FF

Tints of Columbia Blue #98E7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.97%

R = 23.82%
G = 36.21%
B = 39.97%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98E7FF (or 0x98E7FF) is known color: Columbia Blue. HEX triplet: 98, E7 and FF. RGB value is (152,231,255). Sum of RGB (Red+Green+Blue) = 152+231+255=638 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.82% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #98E7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E7FF is #671800. Grayscale: #D1D1D1. Windows color (decimal): -6756353 or 16770968. OLE color: 16770968.

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

Color convert

RGB 152 231 255 -
CMYK 0.40 0.09 0 0
HSL 193.98º 1% 0.8% -
HSV(B) 193.98º 0.4% 1% -
XYZ 59.57 71.05 105.18 -
YUV 210.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 152 231 255 0.40 0.09 0 0 193.98 1 0.8
Hex 98 E7 FF 28 9 0 0 C2 64 50
Octal 230 347 377 50 11 0 0 302 144 120
Binary 10011000 11100111 11111111 101000 1001 0 0 11000010 1100100 1010000

Color Harmonies of #98E7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E7FF

Black with #98E7FF

Text Example


Text Example

White with #98E7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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