Html Css Color HEX #99D5FD Columbia Blue

📋 copy color: '#99D5FD'

red 153 ◦ green 213 ◦ blue 253

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

Shades of Columbia Blue #99D5FD

Tints of Columbia Blue #99D5FD

RGB

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

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

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

R = 24.72%
G = 34.41%
B = 40.87%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99D5FD (or 0x99D5FD) is known color: Columbia Blue. HEX triplet: 99, D5 and FD. RGB value is (153,213,253). Sum of RGB (Red+Green+Blue) = 153+213+253=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #99D5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D5FD is #662A02. Grayscale: #C7C7C7. Windows color (decimal): -6695427 or 16635289. OLE color: 16635289.

HSL color Cylindrical-coordinate representation of color #99D5FD: hue angle of 204º 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 #99D5FD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 213 253 -
CMYK 0.40 0.16 0 0.01
HSL 204º 0.96% 0.8% -
HSV(B) 204º 0.4% 0.99% -
XYZ 54.66 61.45 101.91 -
YUV 199.62 158.12 94.75 -
System Red Green Blue C M Y K H S L
Decimal 153 213 253 0.40 0.16 0 0.01 204 0.96 0.8
Hex 99 D5 FD 28 10 0 1 CC 60 50
Octal 231 325 375 50 20 0 1 314 140 120
Binary 10011001 11010101 11111101 101000 10000 0 1 11001100 1100000 1010000

Color Harmonies of #99D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D5FD

Black with #99D5FD

Text Example


Text Example

White with #99D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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