Html Css Color HEX #99D5F6 Columbia Blue

📋 copy color: '#99D5F6'

red 153 ◦ green 213 ◦ blue 246

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

Shades of Columbia Blue #99D5F6

Tints of Columbia Blue #99D5F6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.8%

 BLUE value IS 246 (96.48% from 255) = 40.2%

R = 25%
G = 34.8%
B = 40.2%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#99D5F6 (or 0x99D5F6) is known color: Columbia Blue. HEX triplet: 99, D5 and F6. RGB value is (153,213,246). Sum of RGB (Red+Green+Blue) = 153+213+246=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #99D5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D5F6 is #662A09. Grayscale: #C6C6C6. Windows color (decimal): -6695434 or 16176537. OLE color: 16176537.

HSL color Cylindrical-coordinate representation of color #99D5F6: hue angle of 201.29º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99D5F6 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 213 246 -
CMYK 0.38 0.13 0 0.04
HSL 201.29º 0.84% 0.78% -
HSV(B) 201.29º 0.38% 0.96% -
XYZ 53.57 61.01 96.14 -
YUV 198.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 153 213 246 0.38 0.13 0 0.04 201.29 0.84 0.78
Hex 99 D5 F6 26 D 0 4 C9 54 4E
Octal 231 325 366 46 15 0 4 311 124 116
Binary 10011001 11010101 11110110 100110 1101 0 100 11001001 1010100 1001110

Color Harmonies of #99D5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D5F6

Black with #99D5F6

Text Example


Text Example

White with #99D5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,213,246); }

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

background-color css

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

 a { background-color: rgb(153,213,246); }

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

border-color css

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

 span { border-color: rgb(153,213,246); }

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