Html Css Color HEX #C7DDEF Pattens Blue

📋 copy color: '#C7DDEF'

red 199 ◦ green 221 ◦ blue 239

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

Shades of Pattens Blue #C7DDEF

Tints of Pattens Blue #C7DDEF

RGB

 RED value IS 199 (78.13% from 255) = 30.2%

 GREEN value IS 221 (86.72% from 255) = 33.54%

 BLUE value IS 239 (93.75% from 255) = 36.27%

R = 30.2%
G = 33.54%
B = 36.27%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C7DDEF (or 0xC7DDEF) is known color: Pattens Blue. HEX triplet: C7, DD and EF. RGB value is (199,221,239). Sum of RGB (Red+Green+Blue) = 199+221+239=659 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.20% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDEF is #382210. Grayscale: #D8D8D8. Windows color (decimal): -3678737 or 15719879. OLE color: 15719879.

HSL color Cylindrical-coordinate representation of color #C7DDEF: hue angle of 207º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7DDEF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 221 239 -
CMYK 0.17 0.08 0 0.06
HSL 207º 0.56% 0.86% -
HSV(B) 207º 0.17% 0.94% -
XYZ 64.99 70.09 91.76 -
YUV 216.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 199 221 239 0.17 0.08 0 0.06 207 0.56 0.86
Hex C7 DD EF 11 8 0 6 CF 38 56
Octal 307 335 357 21 10 0 6 317 70 126
Binary 11000111 11011101 11101111 10001 1000 0 110 11001111 111000 1010110

Color Harmonies of #C7DDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DDEF

Black with #C7DDEF

Text Example


Text Example

White with #C7DDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DDEF; }

 p { color: rgb(199,221,239); }

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

background-color css

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

 a { background-color: rgb(199,221,239); }

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

border-color css

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

 span { border-color: rgb(199,221,239); }

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