Html Css Color HEX #99DBF2 Columbia Blue

📋 copy color: '#99DBF2'

red 153 ◦ green 219 ◦ blue 242

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

Shades of Columbia Blue #99DBF2

Tints of Columbia Blue #99DBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.41%

R = 24.92%
G = 35.67%
B = 39.41%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#99DBF2 (or 0x99DBF2) is known color: Columbia Blue. HEX triplet: 99, DB and F2. RGB value is (153,219,242). Sum of RGB (Red+Green+Blue) = 153+219+242=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #99DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBF2 is #66240D. Grayscale: #C9C9C9. Windows color (decimal): -6693902 or 15915929. OLE color: 15915929.

HSL color Cylindrical-coordinate representation of color #99DBF2: hue angle of 195.51º degrees, saturation: 0.77, 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 #99DBF2 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 219 242 -
CMYK 0.37 0.10 0 0.05
HSL 195.51º 0.77% 0.77% -
HSV(B) 195.51º 0.37% 0.95% -
XYZ 54.5 63.85 93.46 -
YUV 201.89 150.63 93.13 -
System Red Green Blue C M Y K H S L
Decimal 153 219 242 0.37 0.10 0 0.05 195.51 0.77 0.77
Hex 99 DB F2 25 A 0 5 C4 4D 4D
Octal 231 333 362 45 12 0 5 304 115 115
Binary 10011001 11011011 11110010 100101 1010 0 101 11000100 1001101 1001101

Color Harmonies of #99DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DBF2

Black with #99DBF2

Text Example


Text Example

White with #99DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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