Html Css Color HEX #95DCFF Columbia Blue

📋 copy color: '#95DCFF'

red 149 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #95DCFF

Tints of Columbia Blue #95DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.26%

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

R = 23.88%
G = 35.26%
B = 40.87%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#95DCFF (or 0x95DCFF) is known color: Columbia Blue. HEX triplet: 95, DC and FF. RGB value is (149,220,255). Sum of RGB (Red+Green+Blue) = 149+220+255=624 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.88% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #95DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DCFF is #6A2300. Grayscale: #CACACA. Windows color (decimal): -6955777 or 16768149. OLE color: 16768149.

HSL color Cylindrical-coordinate representation of color #95DCFF: hue angle of 199.81º 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 #95DCFF is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 220 255 -
CMYK 0.42 0.14 0 0
HSL 199.81º 1% 0.79% -
HSV(B) 199.81º 0.42% 1% -
XYZ 56.04 64.8 104.16 -
YUV 202.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 149 220 255 0.42 0.14 0 0 199.81 1 0.79
Hex 95 DC FF 2A E 0 0 C8 64 4F
Octal 225 334 377 52 16 0 0 310 144 117
Binary 10010101 11011100 11111111 101010 1110 0 0 11001000 1100100 1001111

Color Harmonies of #95DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DCFF

Black with #95DCFF

Text Example


Text Example

White with #95DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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