Html Css Color HEX #C4E1F1 Pattens Blue

📋 copy color: '#C4E1F1'

red 196 ◦ green 225 ◦ blue 241

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

Shades of Pattens Blue #C4E1F1

Tints of Pattens Blue #C4E1F1

RGB

 RED value IS 196 (76.95% from 255) = 29.61%

 GREEN value IS 225 (88.28% from 255) = 33.99%

 BLUE value IS 241 (94.53% from 255) = 36.4%

R = 29.61%
G = 33.99%
B = 36.4%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4E1F1 (or 0xC4E1F1) is known color: Pattens Blue. HEX triplet: C4, E1 and F1. RGB value is (196,225,241). Sum of RGB (Red+Green+Blue) = 196+225+241=662 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.61% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4E1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E1F1 is #3B1E0E. Grayscale: #DADADA. Windows color (decimal): -3874319 or 15851972. OLE color: 15851972.

HSL color Cylindrical-coordinate representation of color #C4E1F1: hue angle of 201.33º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4E1F1 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 225 241 -
CMYK 0.19 0.07 0 0.05
HSL 201.33º 0.62% 0.86% -
HSV(B) 201.33º 0.19% 0.95% -
XYZ 65.57 71.94 93.65 -
YUV 218.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 196 225 241 0.19 0.07 0 0.05 201.33 0.62 0.86
Hex C4 E1 F1 13 7 0 5 C9 3E 56
Octal 304 341 361 23 7 0 5 311 76 126
Binary 11000100 11100001 11110001 10011 111 0 101 11001001 111110 1010110

Color Harmonies of #C4E1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E1F1

Black with #C4E1F1

Text Example


Text Example

White with #C4E1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E1F1; }

 p { color: rgb(196,225,241); }

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

background-color css

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

 a { background-color: rgb(196,225,241); }

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

border-color css

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

 span { border-color: rgb(196,225,241); }

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