Html Css Color HEX #CFE4FB Pattens Blue

📋 copy color: '#CFE4FB'

red 207 ◦ green 228 ◦ blue 251

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

Shades of Pattens Blue #CFE4FB

Tints of Pattens Blue #CFE4FB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.24%

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

R = 30.17%
G = 33.24%
B = 36.59%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFE4FB (or 0xCFE4FB) is known color: Pattens Blue. HEX triplet: CF, E4 and FB. RGB value is (207,228,251). Sum of RGB (Red+Green+Blue) = 207+228+251=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFE4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE4FB is #301B04. Grayscale: #E0E0E0. Windows color (decimal): -3152645 or 16508111. OLE color: 16508111.

HSL color Cylindrical-coordinate representation of color #CFE4FB: hue angle of 211.36º 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 #CFE4FB is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 228 251 -
CMYK 0.18 0.09 0 0.02
HSL 211.36º 0.85% 0.9% -
HSV(B) 211.36º 0.18% 0.98% -
XYZ 70.89 75.72 102.15 -
YUV 224.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 207 228 251 0.18 0.09 0 0.02 211.36 0.85 0.9
Hex CF E4 FB 12 9 0 2 D3 55 5A
Octal 317 344 373 22 11 0 2 323 125 132
Binary 11001111 11100100 11111011 10010 1001 0 10 11010011 1010101 1011010

Color Harmonies of #CFE4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4FB

Black with #CFE4FB

Text Example


Text Example

White with #CFE4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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