Html Css Color HEX #95DDFF Columbia Blue

📋 copy color: '#95DDFF'

red 149 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #95DDFF

Tints of Columbia Blue #95DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.36%

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

R = 23.84%
G = 35.36%
B = 40.8%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#95DDFF (or 0x95DDFF) is known color: Columbia Blue. HEX triplet: 95, DD and FF. RGB value is (149,221,255). Sum of RGB (Red+Green+Blue) = 149+221+255=625 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.84% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #95DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DDFF is #6A2200. Grayscale: #CBCBCB. Windows color (decimal): -6955521 or 16768405. OLE color: 16768405.

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

Color convert

RGB 149 221 255 -
CMYK 0.42 0.13 0 0
HSL 199.25º 1% 0.79% -
HSV(B) 199.25º 0.42% 1% -
XYZ 56.3 65.32 104.25 -
YUV 203.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 149 221 255 0.42 0.13 0 0 199.25 1 0.79
Hex 95 DD FF 2A D 0 0 C7 64 4F
Octal 225 335 377 52 15 0 0 307 144 117
Binary 10010101 11011101 11111111 101010 1101 0 0 11000111 1100100 1001111

Color Harmonies of #95DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DDFF

Black with #95DDFF

Text Example


Text Example

White with #95DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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