Html Css Color HEX #98D3FE Columbia Blue

📋 copy color: '#98D3FE'

red 152 ◦ green 211 ◦ blue 254

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

Shades of Columbia Blue #98D3FE

Tints of Columbia Blue #98D3FE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.2%

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

R = 24.64%
G = 34.2%
B = 41.17%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#98D3FE (or 0x98D3FE) is known color: Columbia Blue. HEX triplet: 98, D3 and FE. RGB value is (152,211,254). Sum of RGB (Red+Green+Blue) = 152+211+254=617 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.64% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #98D3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D3FE is #672C01. Grayscale: #C6C6C6. Windows color (decimal): -6761474 or 16700312. OLE color: 16700312.

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

Color convert

RGB 152 211 254 -
CMYK 0.40 0.17 0 0.00
HSL 205.29º 0.98% 0.8% -
HSV(B) 205.29º 0.4% 1% -
XYZ 54.13 60.42 102.58 -
YUV 198.26 159.45 95 -
System Red Green Blue C M Y K H S L
Decimal 152 211 254 0.40 0.17 0 0.00 205.29 0.98 0.8
Hex 98 D3 FE 28 11 0 0 CD 62 50
Octal 230 323 376 50 21 0 0 315 142 120
Binary 10011000 11010011 11111110 101000 10001 0 0 11001101 1100010 1010000

Color Harmonies of #98D3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D3FE

Black with #98D3FE

Text Example


Text Example

White with #98D3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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