Html Css Color HEX #CFE7FB Pattens Blue

📋 copy color: '#CFE7FB'

red 207 ◦ green 231 ◦ blue 251

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

Shades of Pattens Blue #CFE7FB

Tints of Pattens Blue #CFE7FB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.53%

 BLUE value IS 251 (98.44% from 255) = 36.43%

R = 30.04%
G = 33.53%
B = 36.43%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFE7FB (or 0xCFE7FB) is known color: Pattens Blue. HEX triplet: CF, E7 and FB. RGB value is (207,231,251). Sum of RGB (Red+Green+Blue) = 207+231+251=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE7FB is #301804. Grayscale: #E2E2E2. Windows color (decimal): -3151877 or 16508879. OLE color: 16508879.

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

Color convert

RGB 207 231 251 -
CMYK 0.18 0.08 0 0.02
HSL 207.27º 0.85% 0.9% -
HSV(B) 207.27º 0.18% 0.98% -
XYZ 71.72 77.38 102.42 -
YUV 226.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 207 231 251 0.18 0.08 0 0.02 207.27 0.85 0.9
Hex CF E7 FB 12 8 0 2 CF 55 5A
Octal 317 347 373 22 10 0 2 317 125 132
Binary 11001111 11100111 11111011 10010 1000 0 10 11001111 1010101 1011010

Color Harmonies of #CFE7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE7FB

Black with #CFE7FB

Text Example


Text Example

White with #CFE7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE7FB; }

 p { color: rgb(207,231,251); }

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

background-color css

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

 a { background-color: rgb(207,231,251); }

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

border-color css

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

 span { border-color: rgb(207,231,251); }

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