Html Css Color HEX #98D8FE Columbia Blue

📋 copy color: '#98D8FE'

red 152 ◦ green 216 ◦ blue 254

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

Shades of Columbia Blue #98D8FE

Tints of Columbia Blue #98D8FE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.73%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 24.44%
G = 34.73%
B = 40.84%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#98D8FE (or 0x98D8FE) is known color: Columbia Blue. HEX triplet: 98, D8 and FE. RGB value is (152,216,254). Sum of RGB (Red+Green+Blue) = 152+216+254=622 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.44% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #98D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D8FE is #672701. Grayscale: #C8C8C8. Windows color (decimal): -6760194 or 16701592. OLE color: 16701592.

HSL color Cylindrical-coordinate representation of color #98D8FE: hue angle of 202.35º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98D8FE is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 216 254 -
CMYK 0.40 0.15 0 0.00
HSL 202.35º 0.98% 0.8% -
HSV(B) 202.35º 0.4% 1% -
XYZ 55.39 62.94 103 -
YUV 201.2 157.8 92.91 -
System Red Green Blue C M Y K H S L
Decimal 152 216 254 0.40 0.15 0 0.00 202.35 0.98 0.8
Hex 98 D8 FE 28 F 0 0 CA 62 50
Octal 230 330 376 50 17 0 0 312 142 120
Binary 10011000 11011000 11111110 101000 1111 0 0 11001010 1100010 1010000

Color Harmonies of #98D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D8FE

Black with #98D8FE

Text Example


Text Example

White with #98D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,216,254); }

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

background-color css

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

 a { background-color: rgb(152,216,254); }

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

border-color css

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

 span { border-color: rgb(152,216,254); }

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