Html Css Color HEX #98DBFD Columbia Blue

📋 copy color: '#98DBFD'

red 152 ◦ green 219 ◦ blue 253

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

Shades of Columbia Blue #98DBFD

Tints of Columbia Blue #98DBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.54%

R = 24.36%
G = 35.1%
B = 40.54%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98DBFD (or 0x98DBFD) is known color: Columbia Blue. HEX triplet: 98, DB and FD. RGB value is (152,219,253). Sum of RGB (Red+Green+Blue) = 152+219+253=624 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.36% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #98DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DBFD is #672402. Grayscale: #CACACA. Windows color (decimal): -6759427 or 16636824. OLE color: 16636824.

HSL color Cylindrical-coordinate representation of color #98DBFD: hue angle of 200.2º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98DBFD is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 219 253 -
CMYK 0.40 0.13 0 0.01
HSL 200.2º 0.96% 0.79% -
HSV(B) 200.2º 0.4% 0.99% -
XYZ 56.01 64.43 102.41 -
YUV 202.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 152 219 253 0.40 0.13 0 0.01 200.2 0.96 0.79
Hex 98 DB FD 28 D 0 1 C8 60 4F
Octal 230 333 375 50 15 0 1 310 140 117
Binary 10011000 11011011 11111101 101000 1101 0 1 11001000 1100000 1001111

Color Harmonies of #98DBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DBFD

Black with #98DBFD

Text Example


Text Example

White with #98DBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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