Html Css Color HEX #95DFFF Columbia Blue

📋 copy color: '#95DFFF'

red 149 ◦ green 223 ◦ blue 255

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

Shades of Columbia Blue #95DFFF

Tints of Columbia Blue #95DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.57%

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

R = 23.76%
G = 35.57%
B = 40.67%

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

#95DFFF (or 0x95DFFF) is known color: Columbia Blue. HEX triplet: 95, DF and FF. RGB value is (149,223,255). Sum of RGB (Red+Green+Blue) = 149+223+255=627 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.76% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #95DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DFFF is #6A2000. Grayscale: #CCCCCC. Windows color (decimal): -6955009 or 16768917. OLE color: 16768917.

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

Color convert

RGB 149 223 255 -
CMYK 0.42 0.13 0 0
HSL 198.11º 1% 0.79% -
HSV(B) 198.11º 0.42% 1% -
XYZ 56.83 66.38 104.43 -
YUV 204.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 149 223 255 0.42 0.13 0 0 198.11 1 0.79
Hex 95 DF FF 2A D 0 0 C6 64 4F
Octal 225 337 377 52 15 0 0 306 144 117
Binary 10010101 11011111 11111111 101010 1101 0 0 11000110 1100100 1001111

Color Harmonies of #95DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DFFF

Black with #95DFFF

Text Example


Text Example

White with #95DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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