#98DAFD

Color #98DAFD Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #98DAFD

Tints of Columbia Blue #98DAFD

Color information

#98DAFD (or 0x98DAFD) is unknown color: approx Columbia Blue. HEX triplet: 98, DA and FD. RGB value is (152,218,253). Sum of RGB (Red+Green+Blue) = 152+218+253=623 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.40% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #98DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DAFD is #672502. Grayscale: #CACACA. Windows color (decimal): -6759683 or 16636568. OLE color: 16636568.

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

Color convert

RGB152218253-
CMYK0.400.1400.01
HSL200.79º96.19%79.41%-
HSV(B)200.79º39.92%99.22%-
XYZ55.7563.91102.33-
YUV202.26156.6392.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.40%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=24.40%
G=34.99%
B=40.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522182530.400.1400.01200.7996.1979.41
Hex98DAFD28E01c9604f
Octal230332375501601311140117
Binary1001100011011010111111011010001110011100100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98DAFD;
 }
 .AnyTagClassName
 {
   color: #98DAFD;
 }
</style>
background-color css

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

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

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

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

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

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