#98CFFE

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

Shades of Columbia Blue #98CFFE

Tints of Columbia Blue #98CFFE

Color information

#98CFFE (or 0x98CFFE) is unknown color: approx Columbia Blue. HEX triplet: 98, CF and FE. RGB value is (152,207,254). Sum of RGB (Red+Green+Blue) = 152+207+254=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #98CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CFFE is #673001. Grayscale: #C3C3C3. Windows color (decimal): -6762498 or 16699288. OLE color: 16699288.

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

Color convert

RGB152207254-
CMYK0.400.1900.00
HSL207.65º98.08%79.61%-
HSV(B)207.65º40.16%99.61%-
XYZ53.1558.46102.25-
YUV195.91160.7896.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.80%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=24.80%
G=33.77%
B=41.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1522072540.400.1900.00207.6598.0879.61
Hex98CFFE281300d06250
Octal230317376502300320142120
Binary10011000110011111111111010100010011001101000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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