Html Css Color HEX #99D4F8 Columbia Blue

📋 copy color: '#99D4F8'

red 153 ◦ green 212 ◦ blue 248

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

Shades of Columbia Blue #99D4F8

Tints of Columbia Blue #99D4F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.46%

R = 24.96%
G = 34.58%
B = 40.46%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#99D4F8 (or 0x99D4F8) is known color: Columbia Blue. HEX triplet: 99, D4 and F8. RGB value is (153,212,248). Sum of RGB (Red+Green+Blue) = 153+212+248=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #99D4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D4F8 is #662B07. Grayscale: #C6C6C6. Windows color (decimal): -6695688 or 16307353. OLE color: 16307353.

HSL color Cylindrical-coordinate representation of color #99D4F8: hue angle of 202.74º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99D4F8 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 212 248 -
CMYK 0.38 0.15 0 0.03
HSL 202.74º 0.87% 0.79% -
HSV(B) 202.74º 0.38% 0.97% -
XYZ 53.62 60.64 97.68 -
YUV 198.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 153 212 248 0.38 0.15 0 0.03 202.74 0.87 0.79
Hex 99 D4 F8 26 F 0 3 CB 57 4F
Octal 231 324 370 46 17 0 3 313 127 117
Binary 10011001 11010100 11111000 100110 1111 0 11 11001011 1010111 1001111

Color Harmonies of #99D4F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D4F8

Black with #99D4F8

Text Example


Text Example

White with #99D4F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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