Html Css Color HEX #98EDFF Columbia Blue

📋 copy color: '#98EDFF'

red 152 ◦ green 237 ◦ blue 255

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

Shades of Columbia Blue #98EDFF

Tints of Columbia Blue #98EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.8%

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

R = 23.6%
G = 36.8%
B = 39.6%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98EDFF (or 0x98EDFF) is known color: Columbia Blue. HEX triplet: 98, ED and FF. RGB value is (152,237,255). Sum of RGB (Red+Green+Blue) = 152+237+255=644 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.60% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #98EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EDFF is #671200. Grayscale: #D5D5D5. Windows color (decimal): -6754817 or 16772504. OLE color: 16772504.

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

Color convert

RGB 152 237 255 -
CMYK 0.40 0.07 0 0
HSL 190.49º 1% 0.8% -
HSV(B) 190.49º 0.4% 1% -
XYZ 61.28 74.46 105.75 -
YUV 213.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 152 237 255 0.40 0.07 0 0 190.49 1 0.8
Hex 98 ED FF 28 7 0 0 BE 64 50
Octal 230 355 377 50 7 0 0 276 144 120
Binary 10011000 11101101 11111111 101000 111 0 0 10111110 1100100 1010000

Color Harmonies of #98EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EDFF

Black with #98EDFF

Text Example


Text Example

White with #98EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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