Html Css Color HEX #C7EEFF Pattens Blue

📋 copy color: '#C7EEFF'

red 199 ◦ green 238 ◦ blue 255

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

Shades of Pattens Blue #C7EEFF

Tints of Pattens Blue #C7EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.39%

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

R = 28.76%
G = 34.39%
B = 36.85%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7EEFF (or 0xC7EEFF) is known color: Pattens Blue. HEX triplet: C7, EE and FF. RGB value is (199,238,255). Sum of RGB (Red+Green+Blue) = 199+238+255=692 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.76% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EEFF is #381100. Grayscale: #E4E4E4. Windows color (decimal): -3674369 or 16772807. OLE color: 16772807.

HSL color Cylindrical-coordinate representation of color #C7EEFF: hue angle of 198.21º 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 #C7EEFF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 238 255 -
CMYK 0.22 0.07 0 0
HSL 198.21º 1% 0.89% -
HSV(B) 198.21º 0.22% 1% -
XYZ 72.18 80.51 106.34 -
YUV 228.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 199 238 255 0.22 0.07 0 0 198.21 1 0.89
Hex C7 EE FF 16 7 0 0 C6 64 59
Octal 307 356 377 26 7 0 0 306 144 131
Binary 11000111 11101110 11111111 10110 111 0 0 11000110 1100100 1011001

Color Harmonies of #C7EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7EEFF

Black with #C7EEFF

Text Example


Text Example

White with #C7EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7EEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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