Html Css Color HEX #C6E2EF Pattens Blue

📋 copy color: '#C6E2EF'

red 198 ◦ green 226 ◦ blue 239

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

Shades of Pattens Blue #C6E2EF

Tints of Pattens Blue #C6E2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.09%

 BLUE value IS 239 (93.75% from 255) = 36.05%

R = 29.86%
G = 34.09%
B = 36.05%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C6E2EF (or 0xC6E2EF) is known color: Pattens Blue. HEX triplet: C6, E2 and EF. RGB value is (198,226,239). Sum of RGB (Red+Green+Blue) = 198+226+239=663 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.86% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6E2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E2EF is #391D10. Grayscale: #DBDBDB. Windows color (decimal): -3742993 or 15721158. OLE color: 15721158.

HSL color Cylindrical-coordinate representation of color #C6E2EF: hue angle of 199.02º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6E2EF is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 226 239 -
CMYK 0.17 0.05 0 0.06
HSL 199.02º 0.56% 0.86% -
HSV(B) 199.02º 0.17% 0.94% -
XYZ 66.07 72.63 92.2 -
YUV 219.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 198 226 239 0.17 0.05 0 0.06 199.02 0.56 0.86
Hex C6 E2 EF 11 5 0 6 C7 38 56
Octal 306 342 357 21 5 0 6 307 70 126
Binary 11000110 11100010 11101111 10001 101 0 110 11000111 111000 1010110

Color Harmonies of #C6E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E2EF

Black with #C6E2EF

Text Example


Text Example

White with #C6E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E2EF; }

 p { color: rgb(198,226,239); }

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

background-color css

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

 a { background-color: rgb(198,226,239); }

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

border-color css

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

 span { border-color: rgb(198,226,239); }

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