Html Css Color HEX #98EFFF Columbia Blue

📋 copy color: '#98EFFF'

red 152 ◦ green 239 ◦ blue 255

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

Shades of Columbia Blue #98EFFF

Tints of Columbia Blue #98EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37%

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

R = 23.53%
G = 37%
B = 39.47%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98EFFF (or 0x98EFFF) is known color: Columbia Blue. HEX triplet: 98, EF and FF. RGB value is (152,239,255). Sum of RGB (Red+Green+Blue) = 152+239+255=646 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.53% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #98EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EFFF is #671000. Grayscale: #D6D6D6. Windows color (decimal): -6754305 or 16773016. OLE color: 16773016.

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

Color convert

RGB 152 239 255 -
CMYK 0.40 0.06 0 0
HSL 189.32º 1% 0.8% -
HSV(B) 189.32º 0.4% 1% -
XYZ 61.87 75.63 105.94 -
YUV 214.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 152 239 255 0.40 0.06 0 0 189.32 1 0.8
Hex 98 EF FF 28 6 0 0 BD 64 50
Octal 230 357 377 50 6 0 0 275 144 120
Binary 10011000 11101111 11111111 101000 110 0 0 10111101 1100100 1010000

Color Harmonies of #98EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EFFF

Black with #98EFFF

Text Example


Text Example

White with #98EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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