Html Css Color HEX #99D5FB Columbia Blue

📋 copy color: '#99D5FB'

red 153 ◦ green 213 ◦ blue 251

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

Shades of Columbia Blue #99D5FB

Tints of Columbia Blue #99D5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 24.8%
G = 34.52%
B = 40.68%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99D5FB (or 0x99D5FB) is known color: Columbia Blue. HEX triplet: 99, D5 and FB. RGB value is (153,213,251). Sum of RGB (Red+Green+Blue) = 153+213+251=617 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.80% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #99D5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D5FB is #662A04. Grayscale: #C7C7C7. Windows color (decimal): -6695429 or 16504217. OLE color: 16504217.

HSL color Cylindrical-coordinate representation of color #99D5FB: hue angle of 203.27º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D5FB is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 213 251 -
CMYK 0.39 0.15 0 0.02
HSL 203.27º 0.92% 0.79% -
HSV(B) 203.27º 0.39% 0.98% -
XYZ 54.34 61.33 100.24 -
YUV 199.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 153 213 251 0.39 0.15 0 0.02 203.27 0.92 0.79
Hex 99 D5 FB 27 F 0 2 CB 5C 4F
Octal 231 325 373 47 17 0 2 313 134 117
Binary 10011001 11010101 11111011 100111 1111 0 10 11001011 1011100 1001111

Color Harmonies of #99D5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D5FB

Black with #99D5FB

Text Example


Text Example

White with #99D5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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