Html Css Color HEX #C5EBFF Pattens Blue

📋 copy color: '#C5EBFF'

red 197 ◦ green 235 ◦ blue 255

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

Shades of Pattens Blue #C5EBFF

Tints of Pattens Blue #C5EBFF

RGB

 RED value IS 197 (77.34% from 255) = 28.68%

 GREEN value IS 235 (92.19% from 255) = 34.21%

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

R = 28.68%
G = 34.21%
B = 37.12%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5EBFF (or 0xC5EBFF) is known color: Pattens Blue. HEX triplet: C5, EB and FF. RGB value is (197,235,255). Sum of RGB (Red+Green+Blue) = 197+235+255=687 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.68% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EBFF is #3A1400. Grayscale: #E1E1E1. Windows color (decimal): -3806209 or 16772037. OLE color: 16772037.

HSL color Cylindrical-coordinate representation of color #C5EBFF: hue angle of 200.69º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5EBFF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 235 255 -
CMYK 0.23 0.08 0 0
HSL 200.69º 1% 0.89% -
HSV(B) 200.69º 0.23% 1% -
XYZ 70.78 78.51 106.03 -
YUV 225.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 197 235 255 0.23 0.08 0 0 200.69 1 0.89
Hex C5 EB FF 17 8 0 0 C9 64 59
Octal 305 353 377 27 10 0 0 311 144 131
Binary 11000101 11101011 11111111 10111 1000 0 0 11001001 1100100 1011001

Color Harmonies of #C5EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EBFF

Black with #C5EBFF

Text Example


Text Example

White with #C5EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EBFF; }

 p { color: rgb(197,235,255); }

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

background-color css

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

 a { background-color: rgb(197,235,255); }

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

border-color css

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

 span { border-color: rgb(197,235,255); }

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