Html Css Color HEX #C1DAEA Pattens Blue

📋 copy color: '#C1DAEA'

red 193 ◦ green 218 ◦ blue 234

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

Shades of Pattens Blue #C1DAEA

Tints of Pattens Blue #C1DAEA

RGB

 RED value IS 193 (75.78% from 255) = 29.92%

 GREEN value IS 218 (85.55% from 255) = 33.8%

 BLUE value IS 234 (91.8% from 255) = 36.28%

R = 29.92%
G = 33.8%
B = 36.28%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1DAEA (or 0xC1DAEA) is known color: Pattens Blue. HEX triplet: C1, DA and EA. RGB value is (193,218,234). Sum of RGB (Red+Green+Blue) = 193+218+234=645 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.92% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DAEA is #3E2515. Grayscale: #D4D4D4. Windows color (decimal): -4072726 or 15391425. OLE color: 15391425.

HSL color Cylindrical-coordinate representation of color #C1DAEA: hue angle of 203.41º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1DAEA is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 218 234 -
CMYK 0.18 0.07 0 0.08
HSL 203.41º 0.49% 0.84% -
HSV(B) 203.41º 0.18% 0.92% -
XYZ 61.92 67.42 87.59 -
YUV 212.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 193 218 234 0.18 0.07 0 0.08 203.41 0.49 0.84
Hex C1 DA EA 12 7 0 8 CB 31 54
Octal 301 332 352 22 7 0 10 313 61 124
Binary 11000001 11011010 11101010 10010 111 0 1000 11001011 110001 1010100

Color Harmonies of #C1DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DAEA

Black with #C1DAEA

Text Example


Text Example

White with #C1DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DAEA; }

 p { color: rgb(193,218,234); }

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

background-color css

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

 a { background-color: rgb(193,218,234); }

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

border-color css

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

 span { border-color: rgb(193,218,234); }

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