Html Css Color HEX #95E6FA Columbia Blue

📋 copy color: '#95E6FA'

red 149 ◦ green 230 ◦ blue 250

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

Shades of Columbia Blue #95E6FA

Tints of Columbia Blue #95E6FA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.57%

 BLUE value IS 250 (98.05% from 255) = 39.75%

R = 23.69%
G = 36.57%
B = 39.75%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#95E6FA (or 0x95E6FA) is known color: Columbia Blue. HEX triplet: 95, E6 and FA. RGB value is (149,230,250). Sum of RGB (Red+Green+Blue) = 149+230+250=629 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.69% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #95E6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E6FA is #6A1905. Grayscale: #CFCFCF. Windows color (decimal): -6953222 or 16443029. OLE color: 16443029.

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

Color convert

RGB 149 230 250 -
CMYK 0.40 0.08 0 0.02
HSL 191.88º 0.91% 0.78% -
HSV(B) 191.88º 0.4% 0.98% -
XYZ 57.95 69.89 100.88 -
YUV 208.06 151.66 85.87 -
System Red Green Blue C M Y K H S L
Decimal 149 230 250 0.40 0.08 0 0.02 191.88 0.91 0.78
Hex 95 E6 FA 28 8 0 2 C0 5B 4E
Octal 225 346 372 50 10 0 2 300 133 116
Binary 10010101 11100110 11111010 101000 1000 0 10 11000000 1011011 1001110

Color Harmonies of #95E6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E6FA

Black with #95E6FA

Text Example


Text Example

White with #95E6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,230,250); }

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

background-color css

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

 a { background-color: rgb(149,230,250); }

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

border-color css

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

 span { border-color: rgb(149,230,250); }

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