Html Css Color HEX #98DBFE Columbia Blue

📋 copy color: '#98DBFE'

red 152 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #98DBFE

Tints of Columbia Blue #98DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.04%

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

R = 24.32%
G = 35.04%
B = 40.64%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#98DBFE (or 0x98DBFE) is known color: Columbia Blue. HEX triplet: 98, DB and FE. RGB value is (152,219,254). Sum of RGB (Red+Green+Blue) = 152+219+254=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #98DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DBFE is #672401. Grayscale: #CACACA. Windows color (decimal): -6759426 or 16702360. OLE color: 16702360.

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

Color convert

RGB 152 219 254 -
CMYK 0.40 0.14 0 0.00
HSL 200.59º 0.98% 0.8% -
HSV(B) 200.59º 0.4% 1% -
XYZ 56.17 64.49 103.25 -
YUV 202.96 156.8 91.65 -
System Red Green Blue C M Y K H S L
Decimal 152 219 254 0.40 0.14 0 0.00 200.59 0.98 0.8
Hex 98 DB FE 28 E 0 0 C9 62 50
Octal 230 333 376 50 16 0 0 311 142 120
Binary 10011000 11011011 11111110 101000 1110 0 0 11001001 1100010 1010000

Color Harmonies of #98DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DBFE

Black with #98DBFE

Text Example


Text Example

White with #98DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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