Html Css Color HEX #99D4FA Columbia Blue

📋 copy color: '#99D4FA'

red 153 ◦ green 212 ◦ blue 250

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

Shades of Columbia Blue #99D4FA

Tints of Columbia Blue #99D4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.47%

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 24.88%
G = 34.47%
B = 40.65%

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

#99D4FA (or 0x99D4FA) is known color: Columbia Blue. HEX triplet: 99, D4 and FA. RGB value is (153,212,250). Sum of RGB (Red+Green+Blue) = 153+212+250=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #99D4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D4FA is #662B05. Grayscale: #C6C6C6. Windows color (decimal): -6695686 or 16438425. OLE color: 16438425.

HSL color Cylindrical-coordinate representation of color #99D4FA: hue angle of 203.51º degrees, saturation: 0.91, 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 #99D4FA is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 212 250 -
CMYK 0.39 0.15 0 0.02
HSL 203.51º 0.91% 0.79% -
HSV(B) 203.51º 0.39% 0.98% -
XYZ 53.94 60.76 99.33 -
YUV 198.69 156.95 95.41 -
System Red Green Blue C M Y K H S L
Decimal 153 212 250 0.39 0.15 0 0.02 203.51 0.91 0.79
Hex 99 D4 FA 27 F 0 2 CC 5B 4F
Octal 231 324 372 47 17 0 2 314 133 117
Binary 10011001 11010100 11111010 100111 1111 0 10 11001100 1011011 1001111

Color Harmonies of #99D4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D4FA

Black with #99D4FA

Text Example


Text Example

White with #99D4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,212,250); }

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

background-color css

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

 a { background-color: rgb(153,212,250); }

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

border-color css

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

 span { border-color: rgb(153,212,250); }

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