Html Css Color HEX #CCF3FE Pattens Blue

📋 copy color: '#CCF3FE'

red 204 ◦ green 243 ◦ blue 254

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

Shades of Pattens Blue #CCF3FE

Tints of Pattens Blue #CCF3FE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.66%

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

R = 29.1%
G = 34.66%
B = 36.23%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCF3FE (or 0xCCF3FE) is known color: Pattens Blue. HEX triplet: CC, F3 and FE. RGB value is (204,243,254). Sum of RGB (Red+Green+Blue) = 204+243+254=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3FE is #330C01. Grayscale: #E8E8E8. Windows color (decimal): -3345410 or 16708556. OLE color: 16708556.

HSL color Cylindrical-coordinate representation of color #CCF3FE: hue angle of 193.2º 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 #CCF3FE is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 243 254 -
CMYK 0.20 0.04 0 0.00
HSL 193.2º 0.96% 0.9% -
HSV(B) 193.2º 0.2% 1% -
XYZ 74.84 84.09 106.05 -
YUV 232.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 204 243 254 0.20 0.04 0 0.00 193.2 0.96 0.9
Hex CC F3 FE 14 4 0 0 C1 60 5A
Octal 314 363 376 24 4 0 0 301 140 132
Binary 11001100 11110011 11111110 10100 100 0 0 11000001 1100000 1011010

Color Harmonies of #CCF3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF3FE

Black with #CCF3FE

Text Example


Text Example

White with #CCF3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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