Html Css Color HEX #CCECFE Pattens Blue

📋 copy color: '#CCECFE'

red 204 ◦ green 236 ◦ blue 254

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

Shades of Pattens Blue #CCECFE

Tints of Pattens Blue #CCECFE

RGB

 RED value IS 204 (80.08% from 255) = 29.39%

 GREEN value IS 236 (92.58% from 255) = 34.01%

 BLUE value IS 254 (99.61% from 255) = 36.6%

R = 29.39%
G = 34.01%
B = 36.6%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCECFE (or 0xCCECFE) is known color: Pattens Blue. HEX triplet: CC, EC and FE. RGB value is (204,236,254). Sum of RGB (Red+Green+Blue) = 204+236+254=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECFE is #331301. Grayscale: #E4E4E4. Windows color (decimal): -3347202 or 16706764. OLE color: 16706764.

HSL color Cylindrical-coordinate representation of color #CCECFE: hue angle of 201.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCECFE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 236 254 -
CMYK 0.20 0.07 0 0.00
HSL 201.6º 0.96% 0.9% -
HSV(B) 201.6º 0.2% 1% -
XYZ 72.79 79.98 105.37 -
YUV 228.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 204 236 254 0.20 0.07 0 0.00 201.6 0.96 0.9
Hex CC EC FE 14 7 0 0 CA 60 5A
Octal 314 354 376 24 7 0 0 312 140 132
Binary 11001100 11101100 11111110 10100 111 0 0 11001010 1100000 1011010

Color Harmonies of #CCECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECFE

Black with #CCECFE

Text Example


Text Example

White with #CCECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECFE; }

 p { color: rgb(204,236,254); }

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

background-color css

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

 a { background-color: rgb(204,236,254); }

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

border-color css

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

 span { border-color: rgb(204,236,254); }

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