Html Css Color HEX #C5DDEE Pattens Blue

📋 copy color: '#C5DDEE'

red 197 ◦ green 221 ◦ blue 238

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

Shades of Pattens Blue #C5DDEE

Tints of Pattens Blue #C5DDEE

RGB

 RED value IS 197 (77.34% from 255) = 30.03%

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

 BLUE value IS 238 (93.36% from 255) = 36.28%

R = 30.03%
G = 33.69%
B = 36.28%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5DDEE (or 0xC5DDEE) is known color: Pattens Blue. HEX triplet: C5, DD and EE. RGB value is (197,221,238). Sum of RGB (Red+Green+Blue) = 197+221+238=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDEE is #3A2211. Grayscale: #D7D7D7. Windows color (decimal): -3809810 or 15654341. OLE color: 15654341.

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

Color convert

RGB 197 221 238 -
CMYK 0.17 0.07 0 0.07
HSL 204.88º 0.55% 0.85% -
HSV(B) 204.88º 0.17% 0.93% -
XYZ 64.32 69.76 90.96 -
YUV 215.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 197 221 238 0.17 0.07 0 0.07 204.88 0.55 0.85
Hex C5 DD EE 11 7 0 7 CD 37 55
Octal 305 335 356 21 7 0 7 315 67 125
Binary 11000101 11011101 11101110 10001 111 0 111 11001101 110111 1010101

Color Harmonies of #C5DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DDEE

Black with #C5DDEE

Text Example


Text Example

White with #C5DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DDEE; }

 p { color: rgb(197,221,238); }

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

background-color css

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

 a { background-color: rgb(197,221,238); }

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

border-color css

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

 span { border-color: rgb(197,221,238); }

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