Html Css Color HEX #C5DFED Pattens Blue

📋 copy color: '#C5DFED'

red 197 ◦ green 223 ◦ blue 237

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

Shades of Pattens Blue #C5DFED

Tints of Pattens Blue #C5DFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.94%

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

R = 29.98%
G = 33.94%
B = 36.07%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5DFED (or 0xC5DFED) is known color: Pattens Blue. HEX triplet: C5, DF and ED. RGB value is (197,223,237). Sum of RGB (Red+Green+Blue) = 197+223+237=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DFED is #3A2012. Grayscale: #D8D8D8. Windows color (decimal): -3809299 or 15589317. OLE color: 15589317.

HSL color Cylindrical-coordinate representation of color #C5DFED: hue angle of 201º degrees, saturation: 0.53, 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 #C5DFED is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 223 237 -
CMYK 0.17 0.06 0 0.07
HSL 201º 0.53% 0.85% -
HSV(B) 201º 0.17% 0.93% -
XYZ 64.7 70.76 90.37 -
YUV 216.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 197 223 237 0.17 0.06 0 0.07 201 0.53 0.85
Hex C5 DF ED 11 6 0 7 C9 35 55
Octal 305 337 355 21 6 0 7 311 65 125
Binary 11000101 11011111 11101101 10001 110 0 111 11001001 110101 1010101

Color Harmonies of #C5DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DFED

Black with #C5DFED

Text Example


Text Example

White with #C5DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DFED; }

 p { color: rgb(197,223,237); }

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

background-color css

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

 a { background-color: rgb(197,223,237); }

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

border-color css

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

 span { border-color: rgb(197,223,237); }

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