Html Css Color HEX #98EBFF Columbia Blue

📋 copy color: '#98EBFF'

red 152 ◦ green 235 ◦ blue 255

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

Shades of Columbia Blue #98EBFF

Tints of Columbia Blue #98EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.6%

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

R = 23.68%
G = 36.6%
B = 39.72%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98EBFF (or 0x98EBFF) is known color: Columbia Blue. HEX triplet: 98, EB and FF. RGB value is (152,235,255). Sum of RGB (Red+Green+Blue) = 152+235+255=642 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.68% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #98EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EBFF is #671400. Grayscale: #D4D4D4. Windows color (decimal): -6755329 or 16771992. OLE color: 16771992.

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

Color convert

RGB 152 235 255 -
CMYK 0.40 0.08 0 0
HSL 191.65º 1% 0.8% -
HSV(B) 191.65º 0.4% 1% -
XYZ 60.71 73.31 105.56 -
YUV 212.46 152 84.87 -
System Red Green Blue C M Y K H S L
Decimal 152 235 255 0.40 0.08 0 0 191.65 1 0.8
Hex 98 EB FF 28 8 0 0 C0 64 50
Octal 230 353 377 50 10 0 0 300 144 120
Binary 10011000 11101011 11111111 101000 1000 0 0 11000000 1100100 1010000

Color Harmonies of #98EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EBFF

Black with #98EBFF

Text Example


Text Example

White with #98EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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