Html Css Color HEX #95E8FB Columbia Blue

📋 copy color: '#95E8FB'

red 149 ◦ green 232 ◦ blue 251

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

Shades of Columbia Blue #95E8FB

Tints of Columbia Blue #95E8FB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.71%

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 23.58%
G = 36.71%
B = 39.72%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#95E8FB (or 0x95E8FB) is known color: Columbia Blue. HEX triplet: 95, E8 and FB. RGB value is (149,232,251). Sum of RGB (Red+Green+Blue) = 149+232+251=632 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.58% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #95E8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E8FB is #6A1704. Grayscale: #D1D1D1. Windows color (decimal): -6952709 or 16509077. OLE color: 16509077.

HSL color Cylindrical-coordinate representation of color #95E8FB: hue angle of 191.18º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95E8FB is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 232 251 -
CMYK 0.41 0.08 0 0.02
HSL 191.18º 0.93% 0.78% -
HSV(B) 191.18º 0.41% 0.98% -
XYZ 58.66 71.07 101.89 -
YUV 209.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 149 232 251 0.41 0.08 0 0.02 191.18 0.93 0.78
Hex 95 E8 FB 29 8 0 2 BF 5D 4E
Octal 225 350 373 51 10 0 2 277 135 116
Binary 10010101 11101000 11111011 101001 1000 0 10 10111111 1011101 1001110

Color Harmonies of #95E8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E8FB

Black with #95E8FB

Text Example


Text Example

White with #95E8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,232,251); }

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

background-color css

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

 a { background-color: rgb(149,232,251); }

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

border-color css

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

 span { border-color: rgb(149,232,251); }

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