Html Css Color HEX #99D8FD Columbia Blue

📋 copy color: '#99D8FD'

red 153 ◦ green 216 ◦ blue 253

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

Shades of Columbia Blue #99D8FD

Tints of Columbia Blue #99D8FD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.73%

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

R = 24.6%
G = 34.73%
B = 40.68%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99D8FD (or 0x99D8FD) is known color: Columbia Blue. HEX triplet: 99, D8 and FD. RGB value is (153,216,253). Sum of RGB (Red+Green+Blue) = 153+216+253=622 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.60% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #99D8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D8FD is #662702. Grayscale: #C9C9C9. Windows color (decimal): -6694659 or 16636057. OLE color: 16636057.

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

Color convert

RGB 153 216 253 -
CMYK 0.40 0.15 0 0.01
HSL 202.2º 0.96% 0.8% -
HSV(B) 202.2º 0.4% 0.99% -
XYZ 55.42 62.98 102.16 -
YUV 201.38 157.13 93.49 -
System Red Green Blue C M Y K H S L
Decimal 153 216 253 0.40 0.15 0 0.01 202.2 0.96 0.8
Hex 99 D8 FD 28 F 0 1 CA 60 50
Octal 231 330 375 50 17 0 1 312 140 120
Binary 10011001 11011000 11111101 101000 1111 0 1 11001010 1100000 1010000

Color Harmonies of #99D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D8FD

Black with #99D8FD

Text Example


Text Example

White with #99D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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