Html Css Color HEX #C3DCEF Pattens Blue

📋 copy color: '#C3DCEF'

red 195 ◦ green 220 ◦ blue 239

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

Shades of Pattens Blue #C3DCEF

Tints of Pattens Blue #C3DCEF

RGB

 RED value IS 195 (76.56% from 255) = 29.82%

 GREEN value IS 220 (86.33% from 255) = 33.64%

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

R = 29.82%
G = 33.64%
B = 36.54%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C3DCEF (or 0xC3DCEF) is known color: Pattens Blue. HEX triplet: C3, DC and EF. RGB value is (195,220,239). Sum of RGB (Red+Green+Blue) = 195+220+239=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCEF is #3C2310. Grayscale: #D6D6D6. Windows color (decimal): -3941137 or 15719619. OLE color: 15719619.

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

Color convert

RGB 195 220 239 -
CMYK 0.18 0.08 0 0.06
HSL 205.91º 0.58% 0.85% -
HSV(B) 205.91º 0.18% 0.94% -
XYZ 63.68 69.02 91.63 -
YUV 214.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 195 220 239 0.18 0.08 0 0.06 205.91 0.58 0.85
Hex C3 DC EF 12 8 0 6 CE 3A 55
Octal 303 334 357 22 10 0 6 316 72 125
Binary 11000011 11011100 11101111 10010 1000 0 110 11001110 111010 1010101

Color Harmonies of #C3DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DCEF

Black with #C3DCEF

Text Example


Text Example

White with #C3DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DCEF; }

 p { color: rgb(195,220,239); }

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

background-color css

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

 a { background-color: rgb(195,220,239); }

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

border-color css

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

 span { border-color: rgb(195,220,239); }

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