Html Css Color HEX #CCF0FA Pattens Blue

📋 copy color: '#CCF0FA'

red 204 ◦ green 240 ◦ blue 250

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

Shades of Pattens Blue #CCF0FA

Tints of Pattens Blue #CCF0FA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.58%

 BLUE value IS 250 (98.05% from 255) = 36.02%

R = 29.39%
G = 34.58%
B = 36.02%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCF0FA (or 0xCCF0FA) is known color: Pattens Blue. HEX triplet: CC, F0 and FA. RGB value is (204,240,250). Sum of RGB (Red+Green+Blue) = 204+240+250=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0FA is #330F05. Grayscale: #E6E6E6. Windows color (decimal): -3346182 or 16445644. OLE color: 16445644.

HSL color Cylindrical-coordinate representation of color #CCF0FA: hue angle of 193.04º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF0FA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 240 250 -
CMYK 0.18 0.04 0 0.02
HSL 193.04º 0.82% 0.89% -
HSV(B) 193.04º 0.18% 0.98% -
XYZ 73.32 82.06 102.42 -
YUV 230.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 204 240 250 0.18 0.04 0 0.02 193.04 0.82 0.89
Hex CC F0 FA 12 4 0 2 C1 52 59
Octal 314 360 372 22 4 0 2 301 122 131
Binary 11001100 11110000 11111010 10010 100 0 10 11000001 1010010 1011001

Color Harmonies of #CCF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0FA

Black with #CCF0FA

Text Example


Text Example

White with #CCF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0FA; }

 p { color: rgb(204,240,250); }

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

background-color css

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

 a { background-color: rgb(204,240,250); }

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

border-color css

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

 span { border-color: rgb(204,240,250); }

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