Html Css Color HEX #CFE6F6 Pattens Blue

📋 copy color: '#CFE6F6'

red 207 ◦ green 230 ◦ blue 246

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

Shades of Pattens Blue #CFE6F6

Tints of Pattens Blue #CFE6F6

RGB

 RED value IS 207 (81.25% from 255) = 30.31%

 GREEN value IS 230 (90.23% from 255) = 33.67%

 BLUE value IS 246 (96.48% from 255) = 36.02%

R = 30.31%
G = 33.67%
B = 36.02%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFE6F6 (or 0xCFE6F6) is known color: Pattens Blue. HEX triplet: CF, E6 and F6. RGB value is (207,230,246). Sum of RGB (Red+Green+Blue) = 207+230+246=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFE6F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6F6 is #301909. Grayscale: #E0E0E0. Windows color (decimal): -3152138 or 16180943. OLE color: 16180943.

HSL color Cylindrical-coordinate representation of color #CFE6F6: hue angle of 204.62º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE6F6 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 230 246 -
CMYK 0.16 0.07 0 0.04
HSL 204.62º 0.68% 0.89% -
HSV(B) 204.62º 0.16% 0.96% -
XYZ 70.66 76.51 98.23 -
YUV 224.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 207 230 246 0.16 0.07 0 0.04 204.62 0.68 0.89
Hex CF E6 F6 10 7 0 4 CD 44 59
Octal 317 346 366 20 7 0 4 315 104 131
Binary 11001111 11100110 11110110 10000 111 0 100 11001101 1000100 1011001

Color Harmonies of #CFE6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE6F6

Black with #CFE6F6

Text Example


Text Example

White with #CFE6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE6F6; }

 p { color: rgb(207,230,246); }

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

background-color css

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

 a { background-color: rgb(207,230,246); }

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

border-color css

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

 span { border-color: rgb(207,230,246); }

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