Html Css Color HEX #269ADF Summer Sky

📋 copy color: '#269ADF'

red 38 ◦ green 154 ◦ blue 223

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

Shades of Summer Sky #269ADF

Tints of Summer Sky #269ADF

RGB

 RED value IS 38 (15.23% from 255) = 9.16%

 GREEN value IS 154 (60.55% from 255) = 37.11%

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 9.16%
G = 37.11%
B = 53.73%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#269ADF (or 0x269ADF) is known color: Summer Sky. HEX triplet: 26, 9A and DF. RGB value is (38,154,223). Sum of RGB (Red+Green+Blue) = 38+154+223=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #269ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269ADF is #D96520. Grayscale: #7E7E7E. Windows color (decimal): -14247201 or 14653990. OLE color: 14653990.

HSL color Cylindrical-coordinate representation of color #269ADF: hue angle of 202.38º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #269ADF is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 154 223 -
CMYK 0.83 0.31 0 0.13
HSL 202.38º 0.74% 0.51% -
HSV(B) 202.38º 0.83% 0.87% -
XYZ 25.67 28.85 74.03 -
YUV 127.18 182.07 64.39 -
System Red Green Blue C M Y K H S L
Decimal 38 154 223 0.83 0.31 0 0.13 202.38 0.74 0.51
Hex 26 9A DF 53 1F 0 D CA 4A 33
Octal 46 232 337 123 37 0 15 312 112 63
Binary 100110 10011010 11011111 1010011 11111 0 1101 11001010 1001010 110011

Color Harmonies of #269ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269ADF

Black with #269ADF

Text Example


Text Example

White with #269ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269ADF; }

 p { color: rgb(38,154,223); }

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

background-color css

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

 a { background-color: rgb(38,154,223); }

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

border-color css

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

 span { border-color: rgb(38,154,223); }

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