Html Css Color HEX #C6E6FC Pattens Blue

📋 copy color: '#C6E6FC'

red 198 ◦ green 230 ◦ blue 252

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

Shades of Pattens Blue #C6E6FC

Tints of Pattens Blue #C6E6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.82%

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

R = 29.12%
G = 33.82%
B = 37.06%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6E6FC (or 0xC6E6FC) is known color: Pattens Blue. HEX triplet: C6, E6 and FC. RGB value is (198,230,252). Sum of RGB (Red+Green+Blue) = 198+230+252=680 (90% of max value = 765). Red value is 198 (77.73% from 255 or 29.12% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6E6FC is #391903. Grayscale: #DEDEDE. Windows color (decimal): -3741956 or 16574150. OLE color: 16574150.

HSL color Cylindrical-coordinate representation of color #C6E6FC: hue angle of 204.44º 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 #C6E6FC is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 230 252 -
CMYK 0.21 0.09 0 0.01
HSL 204.44º 0.9% 0.88% -
HSV(B) 204.44º 0.21% 0.99% -
XYZ 69.16 75.63 103.05 -
YUV 222.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 198 230 252 0.21 0.09 0 0.01 204.44 0.9 0.88
Hex C6 E6 FC 15 9 0 1 CC 5A 58
Octal 306 346 374 25 11 0 1 314 132 130
Binary 11000110 11100110 11111100 10101 1001 0 1 11001100 1011010 1011000

Color Harmonies of #C6E6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E6FC

Black with #C6E6FC

Text Example


Text Example

White with #C6E6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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