Html Css Color HEX #CFE6FA Pattens Blue

📋 copy color: '#CFE6FA'

red 207 ◦ green 230 ◦ blue 250

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

Shades of Pattens Blue #CFE6FA

Tints of Pattens Blue #CFE6FA

RGB

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

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

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

R = 30.13%
G = 33.48%
B = 36.39%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFE6FA (or 0xCFE6FA) is known color: Pattens Blue. HEX triplet: CF, E6 and FA. RGB value is (207,230,250). Sum of RGB (Red+Green+Blue) = 207+230+250=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6FA is #301905. Grayscale: #E1E1E1. Windows color (decimal): -3152134 or 16443087. OLE color: 16443087.

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

Color convert

RGB 207 230 250 -
CMYK 0.17 0.08 0 0.02
HSL 207.91º 0.81% 0.9% -
HSV(B) 207.91º 0.17% 0.98% -
XYZ 71.28 76.76 101.5 -
YUV 225.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 207 230 250 0.17 0.08 0 0.02 207.91 0.81 0.9
Hex CF E6 FA 11 8 0 2 D0 51 5A
Octal 317 346 372 21 10 0 2 320 121 132
Binary 11001111 11100110 11111010 10001 1000 0 10 11010000 1010001 1011010

Color Harmonies of #CFE6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE6FA

Black with #CFE6FA

Text Example


Text Example

White with #CFE6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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