Html Css Color HEX #C6DFEA Pattens Blue

📋 copy color: '#C6DFEA'

red 198 ◦ green 223 ◦ blue 234

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

Shades of Pattens Blue #C6DFEA

Tints of Pattens Blue #C6DFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.05%

 BLUE value IS 234 (91.8% from 255) = 35.73%

R = 30.23%
G = 34.05%
B = 35.73%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6DFEA (or 0xC6DFEA) is known color: Pattens Blue. HEX triplet: C6, DF and EA. RGB value is (198,223,234). Sum of RGB (Red+Green+Blue) = 198+223+234=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DFEA is #392015. Grayscale: #D8D8D8. Windows color (decimal): -3743766 or 15392710. OLE color: 15392710.

HSL color Cylindrical-coordinate representation of color #C6DFEA: hue angle of 198.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6DFEA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 223 234 -
CMYK 0.15 0.05 0 0.08
HSL 198.33º 0.46% 0.85% -
HSV(B) 198.33º 0.15% 0.92% -
XYZ 64.53 70.72 88.09 -
YUV 216.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 198 223 234 0.15 0.05 0 0.08 198.33 0.46 0.85
Hex C6 DF EA F 5 0 8 C6 2E 55
Octal 306 337 352 17 5 0 10 306 56 125
Binary 11000110 11011111 11101010 1111 101 0 1000 11000110 101110 1010101

Color Harmonies of #C6DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DFEA

Black with #C6DFEA

Text Example


Text Example

White with #C6DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DFEA; }

 p { color: rgb(198,223,234); }

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

background-color css

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

 a { background-color: rgb(198,223,234); }

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

border-color css

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

 span { border-color: rgb(198,223,234); }

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