Html Css Color HEX #69EFF1 Baby Blue

📋 copy color: '#69EFF1'

red 105 ◦ green 239 ◦ blue 241

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

Shades of Baby Blue #69EFF1

Tints of Baby Blue #69EFF1

RGB

 RED value IS 105 (41.41% from 255) = 17.95%

 GREEN value IS 239 (93.75% from 255) = 40.85%

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 17.95%
G = 40.85%
B = 41.2%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69EFF1 (or 0x69EFF1) is known color: Baby Blue. HEX triplet: 69, EF and F1. RGB value is (105,239,241). Sum of RGB (Red+Green+Blue) = 105+239+241=585 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.95% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #69EFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69EFF1 is #96100E. Grayscale: #C7C7C7. Windows color (decimal): -9834511 or 15855465. OLE color: 15855465.

HSL color Cylindrical-coordinate representation of color #69EFF1: hue angle of 180.88º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EFF1 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 239 241 -
CMYK 0.56 0.01 0 0.05
HSL 180.88º 0.83% 0.68% -
HSV(B) 180.88º 0.56% 0.95% -
XYZ 52.57 71.09 94.17 -
YUV 199.16 151.61 60.84 -
System Red Green Blue C M Y K H S L
Decimal 105 239 241 0.56 0.01 0 0.05 180.88 0.83 0.68
Hex 69 EF F1 38 1 0 5 B5 53 44
Octal 151 357 361 70 1 0 5 265 123 104
Binary 1101001 11101111 11110001 111000 1 0 101 10110101 1010011 1000100

Color Harmonies of #69EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EFF1

Black with #69EFF1

Text Example


Text Example

White with #69EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69EFF1; }

 p { color: rgb(105,239,241); }

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

background-color css

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

 a { background-color: rgb(105,239,241); }

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

border-color css

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

 span { border-color: rgb(105,239,241); }

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