Html Css Color HEX #98DEFF Columbia Blue

📋 copy color: '#98DEFF'

red 152 ◦ green 222 ◦ blue 255

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

Shades of Columbia Blue #98DEFF

Tints of Columbia Blue #98DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.29%

 BLUE value IS 255 (100% from 255) = 40.54%

R = 24.17%
G = 35.29%
B = 40.54%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98DEFF (or 0x98DEFF) is known color: Columbia Blue. HEX triplet: 98, DE and FF. RGB value is (152,222,255). Sum of RGB (Red+Green+Blue) = 152+222+255=629 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.17% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #98DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DEFF is #672100. Grayscale: #CCCCCC. Windows color (decimal): -6758657 or 16768664. OLE color: 16768664.

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

Color convert

RGB 152 222 255 -
CMYK 0.40 0.13 0 0
HSL 199.22º 1% 0.8% -
HSV(B) 199.22º 0.4% 1% -
XYZ 57.12 66.14 104.36 -
YUV 204.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 152 222 255 0.40 0.13 0 0 199.22 1 0.8
Hex 98 DE FF 28 D 0 0 C7 64 50
Octal 230 336 377 50 15 0 0 307 144 120
Binary 10011000 11011110 11111111 101000 1101 0 0 11000111 1100100 1010000

Color Harmonies of #98DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DEFF

Black with #98DEFF

Text Example


Text Example

White with #98DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,222,255); }

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

background-color css

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

 a { background-color: rgb(152,222,255); }

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

border-color css

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

 span { border-color: rgb(152,222,255); }

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