Html Css Color HEX #C7DCEC Pattens Blue

📋 copy color: '#C7DCEC'

red 199 ◦ green 220 ◦ blue 236

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

Shades of Pattens Blue #C7DCEC

Tints of Pattens Blue #C7DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.59%

 BLUE value IS 236 (92.58% from 255) = 36.03%

R = 30.38%
G = 33.59%
B = 36.03%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C7DCEC (or 0xC7DCEC) is known color: Pattens Blue. HEX triplet: C7, DC and EC. RGB value is (199,220,236). Sum of RGB (Red+Green+Blue) = 199+220+236=655 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.38% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCEC is #382313. Grayscale: #D7D7D7. Windows color (decimal): -3678996 or 15523015. OLE color: 15523015.

HSL color Cylindrical-coordinate representation of color #C7DCEC: hue angle of 205.95º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7DCEC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 220 236 -
CMYK 0.16 0.07 0 0.07
HSL 205.95º 0.49% 0.85% -
HSV(B) 205.95º 0.16% 0.93% -
XYZ 64.29 69.38 89.36 -
YUV 215.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 199 220 236 0.16 0.07 0 0.07 205.95 0.49 0.85
Hex C7 DC EC 10 7 0 7 CE 31 55
Octal 307 334 354 20 7 0 7 316 61 125
Binary 11000111 11011100 11101100 10000 111 0 111 11001110 110001 1010101

Color Harmonies of #C7DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCEC

Black with #C7DCEC

Text Example


Text Example

White with #C7DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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