Html Css Color HEX #99DBF1 Columbia Blue

📋 copy color: '#99DBF1'

red 153 ◦ green 219 ◦ blue 241

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

Shades of Columbia Blue #99DBF1

Tints of Columbia Blue #99DBF1

RGB

 RED value IS 153 (60.16% from 255) = 24.96%

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

 BLUE value IS 241 (94.53% from 255) = 39.31%

R = 24.96%
G = 35.73%
B = 39.31%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#99DBF1 (or 0x99DBF1) is known color: Columbia Blue. HEX triplet: 99, DB and F1. RGB value is (153,219,241). Sum of RGB (Red+Green+Blue) = 153+219+241=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #99DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBF1 is #66240E. Grayscale: #C9C9C9. Windows color (decimal): -6693903 or 15850393. OLE color: 15850393.

HSL color Cylindrical-coordinate representation of color #99DBF1: hue angle of 195º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99DBF1 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 219 241 -
CMYK 0.37 0.09 0 0.05
HSL 195º 0.76% 0.77% -
HSV(B) 195º 0.37% 0.95% -
XYZ 54.35 63.79 92.67 -
YUV 201.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 153 219 241 0.37 0.09 0 0.05 195 0.76 0.77
Hex 99 DB F1 25 9 0 5 C3 4C 4D
Octal 231 333 361 45 11 0 5 303 114 115
Binary 10011001 11011011 11110001 100101 1001 0 101 11000011 1001100 1001101

Color Harmonies of #99DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DBF1

Black with #99DBF1

Text Example


Text Example

White with #99DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DBF1; }

 p { color: rgb(153,219,241); }

 H1.HeaderClassName
 {
   color: #99DBF1;
 }
 .AnyTagClassName
 {
   color: #99DBF1;
 }
</style>

background-color css

<style>
 a { background-color: #99DBF1; }

 a { background-color: rgb(153,219,241); }

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

border-color css

<style>
 span { border-color: #99DBF1; }

 span { border-color: rgb(153,219,241); }

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