Html Css Color HEX #99D5F8 Columbia Blue

📋 copy color: '#99D5F8'

red 153 ◦ green 213 ◦ blue 248

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

Shades of Columbia Blue #99D5F8

Tints of Columbia Blue #99D5F8

RGB

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

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

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

R = 24.92%
G = 34.69%
B = 40.39%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#99D5F8 (or 0x99D5F8) is known color: Columbia Blue. HEX triplet: 99, D5 and F8. RGB value is (153,213,248). Sum of RGB (Red+Green+Blue) = 153+213+248=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #99D5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D5F8 is #662A07. Grayscale: #C6C6C6. Windows color (decimal): -6695432 or 16307609. OLE color: 16307609.

HSL color Cylindrical-coordinate representation of color #99D5F8: hue angle of 202.11º 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 #99D5F8 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 213 248 -
CMYK 0.38 0.14 0 0.03
HSL 202.11º 0.87% 0.79% -
HSV(B) 202.11º 0.38% 0.97% -
XYZ 53.87 61.14 97.77 -
YUV 199.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 153 213 248 0.38 0.14 0 0.03 202.11 0.87 0.79
Hex 99 D5 F8 26 E 0 3 CA 57 4F
Octal 231 325 370 46 16 0 3 312 127 117
Binary 10011001 11010101 11111000 100110 1110 0 11 11001010 1010111 1001111

Color Harmonies of #99D5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D5F8

Black with #99D5F8

Text Example


Text Example

White with #99D5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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