Html Css Color HEX #C5ECFF Pattens Blue

📋 copy color: '#C5ECFF'

red 197 ◦ green 236 ◦ blue 255

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

Shades of Pattens Blue #C5ECFF

Tints of Pattens Blue #C5ECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.3%

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

R = 28.63%
G = 34.3%
B = 37.06%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5ECFF (or 0xC5ECFF) is known color: Pattens Blue. HEX triplet: C5, EC and FF. RGB value is (197,236,255). Sum of RGB (Red+Green+Blue) = 197+236+255=688 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.63% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5ECFF is #3A1300. Grayscale: #E2E2E2. Windows color (decimal): -3805953 or 16772293. OLE color: 16772293.

HSL color Cylindrical-coordinate representation of color #C5ECFF: hue angle of 199.66º 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 #C5ECFF is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 236 255 -
CMYK 0.23 0.07 0 0
HSL 199.66º 1% 0.89% -
HSV(B) 199.66º 0.23% 1% -
XYZ 71.07 79.08 106.13 -
YUV 226.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 197 236 255 0.23 0.07 0 0 199.66 1 0.89
Hex C5 EC FF 17 7 0 0 C8 64 59
Octal 305 354 377 27 7 0 0 310 144 131
Binary 11000101 11101100 11111111 10111 111 0 0 11001000 1100100 1011001

Color Harmonies of #C5ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ECFF

Black with #C5ECFF

Text Example


Text Example

White with #C5ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ECFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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