Html Css Color HEX #CCECFD Pattens Blue

📋 copy color: '#CCECFD'

red 204 ◦ green 236 ◦ blue 253

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

Shades of Pattens Blue #CCECFD

Tints of Pattens Blue #CCECFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.51%

R = 29.44%
G = 34.05%
B = 36.51%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCECFD (or 0xCCECFD) is known color: Pattens Blue. HEX triplet: CC, EC and FD. RGB value is (204,236,253). Sum of RGB (Red+Green+Blue) = 204+236+253=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECFD is #331302. Grayscale: #E4E4E4. Windows color (decimal): -3347203 or 16641228. OLE color: 16641228.

HSL color Cylindrical-coordinate representation of color #CCECFD: hue angle of 200.82º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCECFD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 236 253 -
CMYK 0.19 0.07 0 0.01
HSL 200.82º 0.92% 0.9% -
HSV(B) 200.82º 0.19% 0.99% -
XYZ 72.63 79.92 104.53 -
YUV 228.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 204 236 253 0.19 0.07 0 0.01 200.82 0.92 0.9
Hex CC EC FD 13 7 0 1 C9 5C 5A
Octal 314 354 375 23 7 0 1 311 134 132
Binary 11001100 11101100 11111101 10011 111 0 1 11001001 1011100 1011010

Color Harmonies of #CCECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECFD

Black with #CCECFD

Text Example


Text Example

White with #CCECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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