Html Css Color HEX #98E1FF Columbia Blue

📋 copy color: '#98E1FF'

red 152 ◦ green 225 ◦ blue 255

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

Shades of Columbia Blue #98E1FF

Tints of Columbia Blue #98E1FF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.6%

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

R = 24.05%
G = 35.6%
B = 40.35%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98E1FF (or 0x98E1FF) is known color: Columbia Blue. HEX triplet: 98, E1 and FF. RGB value is (152,225,255). Sum of RGB (Red+Green+Blue) = 152+225+255=632 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.05% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #98E1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E1FF is #671E00. Grayscale: #CECECE. Windows color (decimal): -6757889 or 16769432. OLE color: 16769432.

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

Color convert

RGB 152 225 255 -
CMYK 0.40 0.12 0 0
HSL 197.48º 1% 0.8% -
HSV(B) 197.48º 0.4% 1% -
XYZ 57.92 67.75 104.63 -
YUV 206.59 155.32 89.06 -
System Red Green Blue C M Y K H S L
Decimal 152 225 255 0.40 0.12 0 0 197.48 1 0.8
Hex 98 E1 FF 28 C 0 0 C5 64 50
Octal 230 341 377 50 14 0 0 305 144 120
Binary 10011000 11100001 11111111 101000 1100 0 0 11000101 1100100 1010000

Color Harmonies of #98E1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E1FF

Black with #98E1FF

Text Example


Text Example

White with #98E1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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