Html Css Color HEX #C6DFFA Pattens Blue

📋 copy color: '#C6DFFA'

red 198 ◦ green 223 ◦ blue 250

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

Shades of Pattens Blue #C6DFFA

Tints of Pattens Blue #C6DFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.26%

R = 29.51%
G = 33.23%
B = 37.26%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6DFFA (or 0xC6DFFA) is known color: Pattens Blue. HEX triplet: C6, DF and FA. RGB value is (198,223,250). Sum of RGB (Red+Green+Blue) = 198+223+250=671 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.51% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DFFA is #392005. Grayscale: #DADADA. Windows color (decimal): -3743750 or 16441286. OLE color: 16441286.

HSL color Cylindrical-coordinate representation of color #C6DFFA: hue angle of 211.15º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6DFFA is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 223 250 -
CMYK 0.21 0.11 0 0.02
HSL 211.15º 0.84% 0.88% -
HSV(B) 211.15º 0.21% 0.98% -
XYZ 66.93 71.68 100.75 -
YUV 218.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 198 223 250 0.21 0.11 0 0.02 211.15 0.84 0.88
Hex C6 DF FA 15 B 0 2 D3 54 58
Octal 306 337 372 25 13 0 2 323 124 130
Binary 11000110 11011111 11111010 10101 1011 0 10 11010011 1010100 1011000

Color Harmonies of #C6DFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DFFA

Black with #C6DFFA

Text Example


Text Example

White with #C6DFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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