Html Css Color HEX #95E0F7 Columbia Blue

📋 copy color: '#95E0F7'

red 149 ◦ green 224 ◦ blue 247

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

Shades of Columbia Blue #95E0F7

Tints of Columbia Blue #95E0F7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.13%

 BLUE value IS 247 (96.88% from 255) = 39.84%

R = 24.03%
G = 36.13%
B = 39.84%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#95E0F7 (or 0x95E0F7) is known color: Columbia Blue. HEX triplet: 95, E0 and F7. RGB value is (149,224,247). Sum of RGB (Red+Green+Blue) = 149+224+247=620 (82% of max value = 765). Red value is 149 (58.59% from 255 or 24.03% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #95E0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E0F7 is #6A1F08. Grayscale: #CCCCCC. Windows color (decimal): -6954761 or 16244885. OLE color: 16244885.

HSL color Cylindrical-coordinate representation of color #95E0F7: hue angle of 194.08º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95E0F7 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 224 247 -
CMYK 0.40 0.09 0 0.03
HSL 194.08º 0.86% 0.78% -
HSV(B) 194.08º 0.4% 0.97% -
XYZ 55.84 66.42 97.87 -
YUV 204.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 149 224 247 0.40 0.09 0 0.03 194.08 0.86 0.78
Hex 95 E0 F7 28 9 0 3 C2 56 4E
Octal 225 340 367 50 11 0 3 302 126 116
Binary 10010101 11100000 11110111 101000 1001 0 11 11000010 1010110 1001110

Color Harmonies of #95E0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E0F7

Black with #95E0F7

Text Example


Text Example

White with #95E0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,224,247); }

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

background-color css

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

 a { background-color: rgb(149,224,247); }

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

border-color css

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

 span { border-color: rgb(149,224,247); }

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