Html Css Color HEX #C7DBED Pattens Blue

📋 copy color: '#C7DBED'

red 199 ◦ green 219 ◦ blue 237

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

Shades of Pattens Blue #C7DBED

Tints of Pattens Blue #C7DBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.44%

 BLUE value IS 237 (92.97% from 255) = 36.18%

R = 30.38%
G = 33.44%
B = 36.18%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C7DBED (or 0xC7DBED) is known color: Pattens Blue. HEX triplet: C7, DB and ED. RGB value is (199,219,237). Sum of RGB (Red+Green+Blue) = 199+219+237=655 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.38% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DBED is #382412. Grayscale: #D6D6D6. Windows color (decimal): -3679251 or 15588295. OLE color: 15588295.

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

Color convert

RGB 199 219 237 -
CMYK 0.16 0.08 0 0.07
HSL 208.42º 0.51% 0.85% -
HSV(B) 208.42º 0.16% 0.93% -
XYZ 64.17 68.92 90.04 -
YUV 215.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 199 219 237 0.16 0.08 0 0.07 208.42 0.51 0.85
Hex C7 DB ED 10 8 0 7 D0 33 55
Octal 307 333 355 20 10 0 7 320 63 125
Binary 11000111 11011011 11101101 10000 1000 0 111 11010000 110011 1010101

Color Harmonies of #C7DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DBED

Black with #C7DBED

Text Example


Text Example

White with #C7DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DBED; }

 p { color: rgb(199,219,237); }

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

background-color css

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

 a { background-color: rgb(199,219,237); }

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

border-color css

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

 span { border-color: rgb(199,219,237); }

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