Html Css Color HEX #CCF1FD Pattens Blue

📋 copy color: '#CCF1FD'

red 204 ◦ green 241 ◦ blue 253

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

Shades of Pattens Blue #CCF1FD

Tints of Pattens Blue #CCF1FD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.53%

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

R = 29.23%
G = 34.53%
B = 36.25%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCF1FD (or 0xCCF1FD) is known color: Pattens Blue. HEX triplet: CC, F1 and FD. RGB value is (204,241,253). Sum of RGB (Red+Green+Blue) = 204+241+253=698 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.23% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCF1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1FD is #330E02. Grayscale: #E7E7E7. Windows color (decimal): -3345923 or 16642508. OLE color: 16642508.

HSL color Cylindrical-coordinate representation of color #CCF1FD: hue angle of 194.69º 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 #CCF1FD is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 241 253 -
CMYK 0.19 0.05 0 0.01
HSL 194.69º 0.92% 0.9% -
HSV(B) 194.69º 0.19% 0.99% -
XYZ 74.09 82.84 105.01 -
YUV 231.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 204 241 253 0.19 0.05 0 0.01 194.69 0.92 0.9
Hex CC F1 FD 13 5 0 1 C3 5C 5A
Octal 314 361 375 23 5 0 1 303 134 132
Binary 11001100 11110001 11111101 10011 101 0 1 11000011 1011100 1011010

Color Harmonies of #CCF1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1FD

Black with #CCF1FD

Text Example


Text Example

White with #CCF1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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