Html Css Color HEX #99D7FC Columbia Blue

📋 copy color: '#99D7FC'

red 153 ◦ green 215 ◦ blue 252

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

Shades of Columbia Blue #99D7FC

Tints of Columbia Blue #99D7FC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.68%

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 24.68%
G = 34.68%
B = 40.65%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#99D7FC (or 0x99D7FC) is known color: Columbia Blue. HEX triplet: 99, D7 and FC. RGB value is (153,215,252). Sum of RGB (Red+Green+Blue) = 153+215+252=620 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.68% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #99D7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D7FC is #662803. Grayscale: #C8C8C8. Windows color (decimal): -6694916 or 16570265. OLE color: 16570265.

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

Color convert

RGB 153 215 252 -
CMYK 0.39 0.15 0 0.01
HSL 202.42º 0.94% 0.79% -
HSV(B) 202.42º 0.39% 0.99% -
XYZ 55.01 62.4 101.24 -
YUV 200.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 153 215 252 0.39 0.15 0 0.01 202.42 0.94 0.79
Hex 99 D7 FC 27 F 0 1 CA 5E 4F
Octal 231 327 374 47 17 0 1 312 136 117
Binary 10011001 11010111 11111100 100111 1111 0 1 11001010 1011110 1001111

Color Harmonies of #99D7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D7FC

Black with #99D7FC

Text Example


Text Example

White with #99D7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,215,252); }

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

background-color css

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

 a { background-color: rgb(153,215,252); }

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

border-color css

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

 span { border-color: rgb(153,215,252); }

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