Html Css Color HEX #C6EBFF Pattens Blue

📋 copy color: '#C6EBFF'

red 198 ◦ green 235 ◦ blue 255

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

Shades of Pattens Blue #C6EBFF

Tints of Pattens Blue #C6EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.16%

 BLUE value IS 255 (100% from 255) = 37.06%

R = 28.78%
G = 34.16%
B = 37.06%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C6EBFF (or 0xC6EBFF) is known color: Pattens Blue. HEX triplet: C6, EB and FF. RGB value is (198,235,255). Sum of RGB (Red+Green+Blue) = 198+235+255=688 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.78% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EBFF is #391400. Grayscale: #E2E2E2. Windows color (decimal): -3740673 or 16772038. OLE color: 16772038.

HSL color Cylindrical-coordinate representation of color #C6EBFF: hue angle of 201.05º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6EBFF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 235 255 -
CMYK 0.22 0.08 0 0
HSL 201.05º 1% 0.89% -
HSV(B) 201.05º 0.22% 1% -
XYZ 71.05 78.64 106.04 -
YUV 226.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 198 235 255 0.22 0.08 0 0 201.05 1 0.89
Hex C6 EB FF 16 8 0 0 C9 64 59
Octal 306 353 377 26 10 0 0 311 144 131
Binary 11000110 11101011 11111111 10110 1000 0 0 11001001 1100100 1011001

Color Harmonies of #C6EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EBFF

Black with #C6EBFF

Text Example


Text Example

White with #C6EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EBFF; }

 p { color: rgb(198,235,255); }

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

background-color css

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

 a { background-color: rgb(198,235,255); }

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

border-color css

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

 span { border-color: rgb(198,235,255); }

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