Html Css Color HEX #CBDFE6 Pattens Blue

📋 copy color: '#CBDFE6'

red 203 ◦ green 223 ◦ blue 230

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

Shades of Pattens Blue #CBDFE6

Tints of Pattens Blue #CBDFE6

RGB

 RED value IS 203 (79.69% from 255) = 30.95%

 GREEN value IS 223 (87.5% from 255) = 33.99%

 BLUE value IS 230 (90.23% from 255) = 35.06%

R = 30.95%
G = 33.99%
B = 35.06%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBDFE6 (or 0xCBDFE6) is known color: Pattens Blue. HEX triplet: CB, DF and E6. RGB value is (203,223,230). Sum of RGB (Red+Green+Blue) = 203+223+230=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDFE6 is #342019. Grayscale: #D9D9D9. Windows color (decimal): -3416090 or 15130571. OLE color: 15130571.

HSL color Cylindrical-coordinate representation of color #CBDFE6: hue angle of 195.56º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBDFE6 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 223 230 -
CMYK 0.12 0.03 0 0.10
HSL 195.56º 0.35% 0.85% -
HSV(B) 195.56º 0.12% 0.9% -
XYZ 65.3 71.19 85.16 -
YUV 217.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 203 223 230 0.12 0.03 0 0.10 195.56 0.35 0.85
Hex CB DF E6 C 3 0 A C4 23 55
Octal 313 337 346 14 3 0 12 304 43 125
Binary 11001011 11011111 11100110 1100 11 0 1010 11000100 100011 1010101

Color Harmonies of #CBDFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDFE6

Black with #CBDFE6

Text Example


Text Example

White with #CBDFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDFE6; }

 p { color: rgb(203,223,230); }

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

background-color css

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

 a { background-color: rgb(203,223,230); }

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

border-color css

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

 span { border-color: rgb(203,223,230); }

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