Html Css Color HEX #CFF0F9 Pattens Blue

📋 copy color: '#CFF0F9'

red 207 ◦ green 240 ◦ blue 249

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

Shades of Pattens Blue #CFF0F9

Tints of Pattens Blue #CFF0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.78%

R = 29.74%
G = 34.48%
B = 35.78%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFF0F9 (or 0xCFF0F9) is known color: Pattens Blue. HEX triplet: CF, F0 and F9. RGB value is (207,240,249). Sum of RGB (Red+Green+Blue) = 207+240+249=696 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.74% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFF0F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0F9 is #300F06. Grayscale: #E7E7E7. Windows color (decimal): -3149575 or 16380111. OLE color: 16380111.

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

Color convert

RGB 207 240 249 -
CMYK 0.17 0.04 0 0.02
HSL 192.86º 0.78% 0.89% -
HSV(B) 192.86º 0.17% 0.98% -
XYZ 73.99 82.43 101.63 -
YUV 231.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 207 240 249 0.17 0.04 0 0.02 192.86 0.78 0.89
Hex CF F0 F9 11 4 0 2 C1 4E 59
Octal 317 360 371 21 4 0 2 301 116 131
Binary 11001111 11110000 11111001 10001 100 0 10 11000001 1001110 1011001

Color Harmonies of #CFF0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF0F9

Black with #CFF0F9

Text Example


Text Example

White with #CFF0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF0F9; }

 p { color: rgb(207,240,249); }

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

background-color css

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

 a { background-color: rgb(207,240,249); }

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

border-color css

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

 span { border-color: rgb(207,240,249); }

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