Html Css Color HEX #C7EBFF Pattens Blue

📋 copy color: '#C7EBFF'

red 199 ◦ green 235 ◦ blue 255

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

Shades of Pattens Blue #C7EBFF

Tints of Pattens Blue #C7EBFF

RGB

 RED value IS 199 (78.13% from 255) = 28.88%

 GREEN value IS 235 (92.19% from 255) = 34.11%

 BLUE value IS 255 (100% from 255) = 37.01%

R = 28.88%
G = 34.11%
B = 37.01%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7EBFF (or 0xC7EBFF) is known color: Pattens Blue. HEX triplet: C7, EB and FF. RGB value is (199,235,255). Sum of RGB (Red+Green+Blue) = 199+235+255=689 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.88% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EBFF is #381400. Grayscale: #E2E2E2. Windows color (decimal): -3675137 or 16772039. OLE color: 16772039.

HSL color Cylindrical-coordinate representation of color #C7EBFF: hue angle of 201.43º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7EBFF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 235 255 -
CMYK 0.22 0.08 0 0
HSL 201.43º 1% 0.89% -
HSV(B) 201.43º 0.22% 1% -
XYZ 71.31 78.78 106.06 -
YUV 226.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 199 235 255 0.22 0.08 0 0 201.43 1 0.89
Hex C7 EB FF 16 8 0 0 C9 64 59
Octal 307 353 377 26 10 0 0 311 144 131
Binary 11000111 11101011 11111111 10110 1000 0 0 11001001 1100100 1011001

Color Harmonies of #C7EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7EBFF

Black with #C7EBFF

Text Example


Text Example

White with #C7EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7EBFF; }

 p { color: rgb(199,235,255); }

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

background-color css

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

 a { background-color: rgb(199,235,255); }

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

border-color css

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

 span { border-color: rgb(199,235,255); }

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