Html Css Color HEX #C6ECFF Pattens Blue

📋 copy color: '#C6ECFF'

red 198 ◦ green 236 ◦ blue 255

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

Shades of Pattens Blue #C6ECFF

Tints of Pattens Blue #C6ECFF

RGB

 RED value IS 198 (77.73% from 255) = 28.74%

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

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

R = 28.74%
G = 34.25%
B = 37.01%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C6ECFF (or 0xC6ECFF) is known color: Pattens Blue. HEX triplet: C6, EC and FF. RGB value is (198,236,255). Sum of RGB (Red+Green+Blue) = 198+236+255=689 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.74% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6ECFF is #391300. Grayscale: #E2E2E2. Windows color (decimal): -3740417 or 16772294. OLE color: 16772294.

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

Color convert

RGB 198 236 255 -
CMYK 0.22 0.07 0 0
HSL 200º 1% 0.89% -
HSV(B) 200º 0.22% 1% -
XYZ 71.33 79.22 106.14 -
YUV 226.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 198 236 255 0.22 0.07 0 0 200 1 0.89
Hex C6 EC FF 16 7 0 0 C8 64 59
Octal 306 354 377 26 7 0 0 310 144 131
Binary 11000110 11101100 11111111 10110 111 0 0 11001000 1100100 1011001

Color Harmonies of #C6ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ECFF

Black with #C6ECFF

Text Example


Text Example

White with #C6ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ECFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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