Html Css Color HEX #98E4FF Columbia Blue

📋 copy color: '#98E4FF'

red 152 ◦ green 228 ◦ blue 255

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

Shades of Columbia Blue #98E4FF

Tints of Columbia Blue #98E4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.91%

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

R = 23.94%
G = 35.91%
B = 40.16%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98E4FF (or 0x98E4FF) is known color: Columbia Blue. HEX triplet: 98, E4 and FF. RGB value is (152,228,255). Sum of RGB (Red+Green+Blue) = 152+228+255=635 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.94% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #98E4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E4FF is #671B00. Grayscale: #D0D0D0. Windows color (decimal): -6757121 or 16770200. OLE color: 16770200.

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

Color convert

RGB 152 228 255 -
CMYK 0.40 0.11 0 0
HSL 195.73º 1% 0.8% -
HSV(B) 195.73º 0.4% 1% -
XYZ 58.74 69.38 104.9 -
YUV 208.35 154.32 87.8 -
System Red Green Blue C M Y K H S L
Decimal 152 228 255 0.40 0.11 0 0 195.73 1 0.8
Hex 98 E4 FF 28 B 0 0 C4 64 50
Octal 230 344 377 50 13 0 0 304 144 120
Binary 10011000 11100100 11111111 101000 1011 0 0 11000100 1100100 1010000

Color Harmonies of #98E4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E4FF

Black with #98E4FF

Text Example


Text Example

White with #98E4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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