Html Css Color HEX #C1DEFA Pattens Blue

📋 copy color: '#C1DEFA'

red 193 ◦ green 222 ◦ blue 250

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

Shades of Pattens Blue #C1DEFA

Tints of Pattens Blue #C1DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.38%

 BLUE value IS 250 (98.05% from 255) = 37.59%

R = 29.02%
G = 33.38%
B = 37.59%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1DEFA (or 0xC1DEFA) is known color: Pattens Blue. HEX triplet: C1, DE and FA. RGB value is (193,222,250). Sum of RGB (Red+Green+Blue) = 193+222+250=665 (88% of max value = 765). Red value is 193 (75.78% from 255 or 29.02% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DEFA is #3E2105. Grayscale: #D8D8D8. Windows color (decimal): -4071686 or 16441025. OLE color: 16441025.

HSL color Cylindrical-coordinate representation of color #C1DEFA: hue angle of 209.47º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1DEFA is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 222 250 -
CMYK 0.23 0.11 0 0.02
HSL 209.47º 0.85% 0.87% -
HSV(B) 209.47º 0.23% 0.98% -
XYZ 65.37 70.48 100.6 -
YUV 216.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 193 222 250 0.23 0.11 0 0.02 209.47 0.85 0.87
Hex C1 DE FA 17 B 0 2 D1 55 57
Octal 301 336 372 27 13 0 2 321 125 127
Binary 11000001 11011110 11111010 10111 1011 0 10 11010001 1010101 1010111

Color Harmonies of #C1DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DEFA

Black with #C1DEFA

Text Example


Text Example

White with #C1DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DEFA; }

 p { color: rgb(193,222,250); }

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

background-color css

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

 a { background-color: rgb(193,222,250); }

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

border-color css

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

 span { border-color: rgb(193,222,250); }

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