Html Css Color HEX #98E2FE Columbia Blue

📋 copy color: '#98E2FE'

red 152 ◦ green 226 ◦ blue 254

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

Shades of Columbia Blue #98E2FE

Tints of Columbia Blue #98E2FE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.76%

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 24.05%
G = 35.76%
B = 40.19%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#98E2FE (or 0x98E2FE) is known color: Columbia Blue. HEX triplet: 98, E2 and FE. RGB value is (152,226,254). Sum of RGB (Red+Green+Blue) = 152+226+254=632 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.05% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #98E2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E2FE is #671D01. Grayscale: #CECECE. Windows color (decimal): -6757634 or 16704152. OLE color: 16704152.

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

Color convert

RGB 152 226 254 -
CMYK 0.40 0.11 0 0.00
HSL 196.47º 0.98% 0.8% -
HSV(B) 196.47º 0.4% 1% -
XYZ 58.03 68.22 103.88 -
YUV 207.07 154.48 88.72 -
System Red Green Blue C M Y K H S L
Decimal 152 226 254 0.40 0.11 0 0.00 196.47 0.98 0.8
Hex 98 E2 FE 28 B 0 0 C4 62 50
Octal 230 342 376 50 13 0 0 304 142 120
Binary 10011000 11100010 11111110 101000 1011 0 0 11000100 1100010 1010000

Color Harmonies of #98E2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E2FE

Black with #98E2FE

Text Example


Text Example

White with #98E2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,226,254); }

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

background-color css

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

 a { background-color: rgb(152,226,254); }

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

border-color css

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

 span { border-color: rgb(152,226,254); }

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