Html Css Color HEX #C7ECFF Pattens Blue

📋 copy color: '#C7ECFF'

red 199 ◦ green 236 ◦ blue 255

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

Shades of Pattens Blue #C7ECFF

Tints of Pattens Blue #C7ECFF

RGB

 RED value IS 199 (78.13% from 255) = 28.84%

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

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

R = 28.84%
G = 34.2%
B = 36.96%

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

#C7ECFF (or 0xC7ECFF) is known color: Pattens Blue. HEX triplet: C7, EC and FF. RGB value is (199,236,255). Sum of RGB (Red+Green+Blue) = 199+236+255=690 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.84% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7ECFF is #381300. Grayscale: #E2E2E2. Windows color (decimal): -3674881 or 16772295. OLE color: 16772295.

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

Color convert

RGB 199 236 255 -
CMYK 0.22 0.07 0 0
HSL 200.36º 1% 0.89% -
HSV(B) 200.36º 0.22% 1% -
XYZ 71.6 79.35 106.15 -
YUV 227.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 199 236 255 0.22 0.07 0 0 200.36 1 0.89
Hex C7 EC FF 16 7 0 0 C8 64 59
Octal 307 354 377 26 7 0 0 310 144 131
Binary 11000111 11101100 11111111 10110 111 0 0 11001000 1100100 1011001

Color Harmonies of #C7ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ECFF

Black with #C7ECFF

Text Example


Text Example

White with #C7ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ECFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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