Html Css Color HEX #95D5F8 Columbia Blue

📋 copy color: '#95D5F8'

red 149 ◦ green 213 ◦ blue 248

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

Shades of Columbia Blue #95D5F8

Tints of Columbia Blue #95D5F8

RGB

 RED value IS 149 (58.59% from 255) = 24.43%

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

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

R = 24.43%
G = 34.92%
B = 40.66%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#95D5F8 (or 0x95D5F8) is known color: Columbia Blue. HEX triplet: 95, D5 and F8. RGB value is (149,213,248). Sum of RGB (Red+Green+Blue) = 149+213+248=610 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.43% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #95D5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D5F8 is #6A2A07. Grayscale: #C5C5C5. Windows color (decimal): -6957576 or 16307605. OLE color: 16307605.

HSL color Cylindrical-coordinate representation of color #95D5F8: hue angle of 201.21º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95D5F8 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 213 248 -
CMYK 0.40 0.14 0 0.03
HSL 201.21º 0.88% 0.78% -
HSV(B) 201.21º 0.4% 0.97% -
XYZ 53.13 60.76 97.73 -
YUV 197.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 149 213 248 0.40 0.14 0 0.03 201.21 0.88 0.78
Hex 95 D5 F8 28 E 0 3 C9 58 4E
Octal 225 325 370 50 16 0 3 311 130 116
Binary 10010101 11010101 11111000 101000 1110 0 11 11001001 1011000 1001110

Color Harmonies of #95D5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D5F8

Black with #95D5F8

Text Example


Text Example

White with #95D5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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