Html Css Color HEX #99DDFD Columbia Blue

📋 copy color: '#99DDFD'

red 153 ◦ green 221 ◦ blue 253

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

Shades of Columbia Blue #99DDFD

Tints of Columbia Blue #99DDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.25%

 BLUE value IS 253 (99.22% from 255) = 40.35%

R = 24.4%
G = 35.25%
B = 40.35%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99DDFD (or 0x99DDFD) is known color: Columbia Blue. HEX triplet: 99, DD and FD. RGB value is (153,221,253). Sum of RGB (Red+Green+Blue) = 153+221+253=627 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.40% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #99DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DDFD is #662202. Grayscale: #CCCCCC. Windows color (decimal): -6693379 or 16637337. OLE color: 16637337.

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

Color convert

RGB 153 221 253 -
CMYK 0.40 0.13 0 0.01
HSL 199.2º 0.96% 0.8% -
HSV(B) 199.2º 0.4% 0.99% -
XYZ 56.72 65.58 102.6 -
YUV 204.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 153 221 253 0.40 0.13 0 0.01 199.2 0.96 0.8
Hex 99 DD FD 28 D 0 1 C7 60 50
Octal 231 335 375 50 15 0 1 307 140 120
Binary 10011001 11011101 11111101 101000 1101 0 1 11000111 1100000 1010000

Color Harmonies of #99DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DDFD

Black with #99DDFD

Text Example


Text Example

White with #99DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,221,253); }

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

background-color css

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

 a { background-color: rgb(153,221,253); }

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

border-color css

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

 span { border-color: rgb(153,221,253); }

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