Html Css Color HEX #98E0FC Columbia Blue

📋 copy color: '#98E0FC'

red 152 ◦ green 224 ◦ blue 252

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

Shades of Columbia Blue #98E0FC

Tints of Columbia Blue #98E0FC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.67%

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

R = 24.2%
G = 35.67%
B = 40.13%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98E0FC (or 0x98E0FC) is known color: Columbia Blue. HEX triplet: 98, E0 and FC. RGB value is (152,224,252). Sum of RGB (Red+Green+Blue) = 152+224+252=628 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.20% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #98E0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E0FC is #671F03. Grayscale: #CDCDCD. Windows color (decimal): -6758148 or 16572568. OLE color: 16572568.

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

Color convert

RGB 152 224 252 -
CMYK 0.40 0.11 0 0.01
HSL 196.8º 0.94% 0.79% -
HSV(B) 196.8º 0.4% 0.99% -
XYZ 57.18 67.01 102.02 -
YUV 205.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 152 224 252 0.40 0.11 0 0.01 196.8 0.94 0.79
Hex 98 E0 FC 28 B 0 1 C5 5E 4F
Octal 230 340 374 50 13 0 1 305 136 117
Binary 10011000 11100000 11111100 101000 1011 0 1 11000101 1011110 1001111

Color Harmonies of #98E0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E0FC

Black with #98E0FC

Text Example


Text Example

White with #98E0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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