Html Css Color HEX #CCF3FF Pattens Blue

📋 copy color: '#CCF3FF'

red 204 ◦ green 243 ◦ blue 255

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

Shades of Pattens Blue #CCF3FF

Tints of Pattens Blue #CCF3FF

RGB

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

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

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

R = 29.06%
G = 34.62%
B = 36.32%

CMYK

 C value IS 0.2

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCF3FF (or 0xCCF3FF) is known color: Pattens Blue. HEX triplet: CC, F3 and FF. RGB value is (204,243,255). Sum of RGB (Red+Green+Blue) = 204+243+255=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3FF is #330C00. Grayscale: #E8E8E8. Windows color (decimal): -3345409 or 16774092. OLE color: 16774092.

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

Color convert

RGB 204 243 255 -
CMYK 0.2 0.05 0 0
HSL 194.12º 1% 0.9% -
HSV(B) 194.12º 0.2% 1% -
XYZ 75 84.16 106.9 -
YUV 232.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 204 243 255 0.2 0.05 0 0 194.12 1 0.9
Hex CC F3 FF 14 5 0 0 C2 64 5A
Octal 314 363 377 24 5 0 0 302 144 132
Binary 11001100 11110011 11111111 10100 101 0 0 11000010 1100100 1011010

Color Harmonies of #CCF3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF3FF

Black with #CCF3FF

Text Example


Text Example

White with #CCF3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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