Html Css Color HEX #C6E2FC Pattens Blue

📋 copy color: '#C6E2FC'

red 198 ◦ green 226 ◦ blue 252

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

Shades of Pattens Blue #C6E2FC

Tints of Pattens Blue #C6E2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.28%

R = 29.29%
G = 33.43%
B = 37.28%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6E2FC (or 0xC6E2FC) is known color: Pattens Blue. HEX triplet: C6, E2 and FC. RGB value is (198,226,252). Sum of RGB (Red+Green+Blue) = 198+226+252=676 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.29% from 676); Green value is 226 (88.67% from 255 or 33.43% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6E2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E2FC is #391D03. Grayscale: #DCDCDC. Windows color (decimal): -3742980 or 16573126. OLE color: 16573126.

HSL color Cylindrical-coordinate representation of color #C6E2FC: hue angle of 208.89º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6E2FC is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 226 252 -
CMYK 0.21 0.10 0 0.01
HSL 208.89º 0.9% 0.88% -
HSV(B) 208.89º 0.21% 0.99% -
XYZ 68.06 73.43 102.68 -
YUV 220.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 198 226 252 0.21 0.10 0 0.01 208.89 0.9 0.88
Hex C6 E2 FC 15 A 0 1 D1 5A 58
Octal 306 342 374 25 12 0 1 321 132 130
Binary 11000110 11100010 11111100 10101 1010 0 1 11010001 1011010 1011000

Color Harmonies of #C6E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E2FC

Black with #C6E2FC

Text Example


Text Example

White with #C6E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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