Html Css Color HEX #C6DAEB Pattens Blue

📋 copy color: '#C6DAEB'

red 198 ◦ green 218 ◦ blue 235

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

Shades of Pattens Blue #C6DAEB

Tints of Pattens Blue #C6DAEB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.49%

 BLUE value IS 235 (92.19% from 255) = 36.1%

R = 30.41%
G = 33.49%
B = 36.1%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6DAEB (or 0xC6DAEB) is known color: Pattens Blue. HEX triplet: C6, DA and EB. RGB value is (198,218,235). Sum of RGB (Red+Green+Blue) = 198+218+235=651 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.41% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DAEB is #392514. Grayscale: #D5D5D5. Windows color (decimal): -3745045 or 15456966. OLE color: 15456966.

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

Color convert

RGB 198 218 235 -
CMYK 0.16 0.07 0 0.08
HSL 207.57º 0.48% 0.85% -
HSV(B) 207.57º 0.16% 0.92% -
XYZ 63.36 68.15 88.41 -
YUV 213.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 198 218 235 0.16 0.07 0 0.08 207.57 0.48 0.85
Hex C6 DA EB 10 7 0 8 D0 30 55
Octal 306 332 353 20 7 0 10 320 60 125
Binary 11000110 11011010 11101011 10000 111 0 1000 11010000 110000 1010101

Color Harmonies of #C6DAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DAEB

Black with #C6DAEB

Text Example


Text Example

White with #C6DAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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