Html Css Color HEX #95D9FF Columbia Blue

📋 copy color: '#95D9FF'

red 149 ◦ green 217 ◦ blue 255

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

Shades of Columbia Blue #95D9FF

Tints of Columbia Blue #95D9FF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.94%

 BLUE value IS 255 (100% from 255) = 41.06%

R = 23.99%
G = 34.94%
B = 41.06%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#95D9FF (or 0x95D9FF) is known color: Columbia Blue. HEX triplet: 95, D9 and FF. RGB value is (149,217,255). Sum of RGB (Red+Green+Blue) = 149+217+255=621 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.99% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #95D9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D9FF is #6A2600. Grayscale: #C8C8C8. Windows color (decimal): -6956545 or 16767381. OLE color: 16767381.

HSL color Cylindrical-coordinate representation of color #95D9FF: hue angle of 201.51º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95D9FF is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 217 255 -
CMYK 0.42 0.15 0 0
HSL 201.51º 1% 0.79% -
HSV(B) 201.51º 0.42% 1% -
XYZ 55.26 63.24 103.9 -
YUV 201 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 149 217 255 0.42 0.15 0 0 201.51 1 0.79
Hex 95 D9 FF 2A F 0 0 CA 64 4F
Octal 225 331 377 52 17 0 0 312 144 117
Binary 10010101 11011001 11111111 101010 1111 0 0 11001010 1100100 1001111

Color Harmonies of #95D9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D9FF

Black with #95D9FF

Text Example


Text Example

White with #95D9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,217,255); }

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

background-color css

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

 a { background-color: rgb(149,217,255); }

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

border-color css

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

 span { border-color: rgb(149,217,255); }

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